Skip to content

Commit

Permalink
Make sure that the shortcut does not interrupt default action
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jul 8, 2024
1 parent 6df988d commit 3b203d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jupyter-ai/schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
{
"command": "jupyter-ai:focus-chat-input",
"keys": ["Accel Shift 1"],
"selector": "body"
"selector": "body",
"preventDefault": false
}
],
"jupyter.lab.menus": {
Expand Down

0 comments on commit 3b203d0

Please sign in to comment.