提交 85471a1e 编写于 作者: J Joao Moreno

fix layout issue

上级 f20ca7dd
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册