fix layout issue

This commit is contained in:
Joao Moreno
2016-06-09 12:37:21 +02:00
parent f20ca7ddea
commit 85471a1eb6

View File

@@ -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 {