Skip to content

Commit

Permalink
Added preventDefault to contextual help key press listener
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Mar 22, 2023
1 parent 84aad16 commit c2171a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/waiters/BindingsWaiter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class BindingsWaiter {
} else {
switch (e.code) {
case "F1":
e.preventDefault();
this.contextualHelp();
break;
}
Expand Down

0 comments on commit c2171a0

Please sign in to comment.