Skip to content

Commit a5c9c93

Browse files
authored
fix selector (#7782)
1 parent 18411e8 commit a5c9c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/application-extension/schema/shortcuts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"args": {},
99
"command": "notebook:toggle-cell-outputs",
1010
"keys": ["O"],
11-
"selector": ".jp-Notebook.jp-mod-commandMode"
11+
"selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"
1212
}
1313
],
1414
"additionalProperties": false,

0 commit comments

Comments
 (0)