提交 b2d72a05 编写于 作者: R rebornix

tweak the layout debouncing a bit

上级 a667de2a
......@@ -442,7 +442,7 @@ export class CodeCell extends Disposable {
this._timer = setTimeout(() => {
this.notebookEditor.layoutNotebookCell(this.viewCell, this.viewCell.layoutInfo.totalHeight);
this._timer = null;
}, 500);
}, 200);
}
dispose() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册