提交 bc94d62e 编写于 作者: R rebornix

update state and editing mode when focus to the container

上级 24c65476
......@@ -608,6 +608,9 @@ export class NotebookEditor extends BaseEditor implements INotebookEditor {
(document.activeElement as HTMLElement).blur();
}
cell.state = CellState.Preview;
cell.focusMode = CellFocusMode.Editor;
this.list?.setFocus([index]);
this.list?.setSelection([index]);
this.list?.focusView();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册