This commit is contained in:
SteVen Batten 2019-05-23 16:57:25 -07:00
parent 7b078e1165
commit de08876f73

View file

@ -421,6 +421,9 @@ export class InputBox extends Widget {
return null;
},
onHide: () => {
this.state = 'idle';
},
layout: layout
});
}