提交 7223877c 编写于 作者: R rebornix

💄

上级 c2e6ca62
......@@ -84,7 +84,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
private _dimension: DOM.Dimension | null = null;
private _shadowElementViewInfo: { height: number, width: number, top: number; left: number; } | null = null;
private _cellListFocusTracker: DOM.IFocusTracker;
private _cellListFocusTracker: DOM.IFocusTracker | null = null;
private _editorFocus: IContextKey<boolean> | null = null;
private _cellListFocus: IContextKey<boolean> | null = null;
private _outputFocus: IContextKey<boolean> | null = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册