提交 b01035a7 编写于 作者: R rebornix

Focus still not working actually.

上级 7ff6e763
......@@ -95,6 +95,10 @@ export class StatefullMarkdownCell extends Disposable {
notebookEditor.layoutNotebookCell(viewCell, realContentHeight + 32 + clientHeight);
}));
if (viewCell.isEditing) {
this.editor!.focus();
}
});
this.localDisposables.add(this.editor.onDidContentSizeChange(e => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册