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 b9248b8 commit fb210c5
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 @@ -8,7 +8,8 @@
{
"command": "jupyter-ai:focus-chat-input",
"keys": ["Accel Shift 1"],
"selector": "body"
"selector": "body",
"preventDefault": false
}
],
"additionalProperties": false,
Expand Down

0 comments on commit fb210c5

Please sign in to comment.