mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
fixes #74091
This commit is contained in:
parent
7b078e1165
commit
de08876f73
1 changed files with 3 additions and 0 deletions
|
@ -421,6 +421,9 @@ export class InputBox extends Widget {
|
|||
|
||||
return null;
|
||||
},
|
||||
onHide: () => {
|
||||
this.state = 'idle';
|
||||
},
|
||||
layout: layout
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue