mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
fix layout issue
This commit is contained in:
@@ -364,6 +364,10 @@ export class InputBox extends Widget {
|
||||
this.mirror.textContent = this.value + suffix;
|
||||
this.layout();
|
||||
}
|
||||
|
||||
if (this.state === 'open') {
|
||||
this.contextViewProvider.layout();
|
||||
}
|
||||
}
|
||||
|
||||
public layout(): void {
|
||||
|
||||
Reference in New Issue
Block a user