提交 03457b65 编写于 作者: J Johannes Rieken

undo active editor change for note editor widget

上级 89af837d
......@@ -136,8 +136,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
get activeCodeEditor(): IEditor | undefined {
const [focused] = this.list!.getFocusedElements();
const candidate = this.renderedEditors.get(focused);
return candidate?.hasWidgetFocus() ? candidate : undefined;
return this.renderedEditors.get(focused);
}
//#region Editor Core
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册