提交 7b23d739 编写于 作者: J Joyce Er 提交者: Peng Lyu

`preserveFocus: true` when reopening interactive window

上级 5515f635
......@@ -255,7 +255,7 @@ registerAction2(class extends Action2 {
if (editors.length) {
const editorInput = editors[0].editor as InteractiveEditorInput;
const currentGroup = editors[0].groupId;
await editorService.openEditor(editorInput, { preserveFocus: false }, currentGroup);
await editorService.openEditor(editorInput, { preserveFocus: true }, currentGroup);
return {
notebookUri: editorInput.resource!,
inputUri: editorInput.inputResource
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册