Skip to content

Commit ddbea64

Browse files
authored
Revert "Notebook undo command is same as standard undo cmd (#13293)" (#13318)
This reverts commit d7c9348.
1 parent d7c9348 commit ddbea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"linux": "Z",
198198
"key": "Z",
199199
"when": "notebookEditorFocused && !inputFocus && notebookViewType == jupyter-notebook",
200-
"command": "undo"
200+
"command": "notebook.undo"
201201
},
202202
{
203203
"mac": "C",

0 commit comments

Comments
 (0)