提交 f1b786fe 编写于 作者: R Rob Lourens

For #24717, fix search results doubleclick

上级 f9ee4da5
......@@ -493,7 +493,7 @@ export class SearchViewlet extends Viewlet {
this.currentSelectedFileMatch = selectedMatch.parent();
this.currentSelectedFileMatch.setSelectedMatch(selectedMatch);
if (!(options.payload && options.payload.preventEditorOpen)) {
this.onFocus(selectedMatch, options.editorOptions.preserveFocus, options.editorOptions.pinned, options.sideBySide);
this.onFocus(selectedMatch, options.editorOptions.preserveFocus, options.sideBySide, options.editorOptions.pinned);
}
}
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册