未验证 提交 0f9807a7 编写于 作者: A Alex Dima

Fixes #67682: Bind keybindings in all editors, such that the read-only tip will show

上级 26511d53
......@@ -1614,7 +1614,7 @@ export namespace CoreEditingCommands {
constructor() {
super({
id: 'deleteLeft',
precondition: EditorContextKeys.writable,
precondition: undefined,
kbOpts: {
weight: CORE_WEIGHT,
kbExpr: EditorContextKeys.textInputFocus,
......@@ -1639,7 +1639,7 @@ export namespace CoreEditingCommands {
constructor() {
super({
id: 'deleteRight',
precondition: EditorContextKeys.writable,
precondition: undefined,
kbOpts: {
weight: CORE_WEIGHT,
kbExpr: EditorContextKeys.textInputFocus,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册