提交 3298a014 编写于 作者: B Benjamin Pasero

fix sluggish layout behavior

上级 a6f29b71
......@@ -979,7 +979,7 @@ export class SearchViewlet extends Viewlet {
public layout(dimension: Dimension): void {
this.size = dimension;
Promise.timeout(10).done(() => { this.reLayout(); }, errors.onUnexpectedError);
this.reLayout();
}
public getControl(): ITree {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册