未验证 提交 8d0d2f51 编写于 作者: J Jackson Kearl 提交者: GitHub

Merge pull request #55078 from JacksonKearl/selct-all-simple-widget

Relax condition on "select all" command
......@@ -1706,7 +1706,7 @@ registerCommand(new EditorOrNativeTextInputCommand({
editorHandler: CoreNavigationCommands.SelectAll,
inputHandler: 'selectAll',
id: 'editor.action.selectAll',
precondition: EditorContextKeys.focus,
precondition: EditorContextKeys.textInputFocus,
kbOpts: {
weight: CORE_WEIGHT,
kbExpr: null,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册