Do not bind cmd-enter for repl::Run when in AssistantContext (#14066)
Don't pollute cmd-enter in the Assistant's `ContextEditor`. Release Notes: - N/A
This commit is contained in:
parent
896b9bda23
commit
07dc4050bf
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && jupyter",
|
||||
"context": "Editor && jupyter && !ContextEditor",
|
||||
"bindings": {
|
||||
"cmd-enter": "repl::Run"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue