未验证 提交 c45ac9bc 编写于 作者: P Peng Lyu 提交者: GitHub

Merge pull request #63176 from lionello/patch-1

StartFindWithSelectionAction should not focus the find widget
......@@ -489,7 +489,7 @@ export class StartFindWithSelectionAction extends EditorAction {
forceRevealReplace: false,
seedSearchStringFromSelection: true,
seedSearchStringFromGlobalClipboard: false,
shouldFocus: FindStartFocusAction.FocusFindInput,
shouldFocus: FindStartFocusAction.NoFocusChange,
shouldAnimate: true,
updateSearchScope: false
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册