提交 2d03b83b 编写于 作者: R rebornix

missing getter may crash the view

上级 7903d44c
......@@ -58,6 +58,10 @@ export class CodeCellViewModel extends BaseCellViewModel implements ICellViewMod
this.layoutChange({ editorHeight: true });
}
get editorHeight() {
return this._editorHeight;
}
private _layoutInfo: CodeCellLayoutInfo;
get layoutInfo() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册