mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Added preventDefault to contextual help key press listener
This commit is contained in:
parent
84aad167d5
commit
c2171a08f2
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ class BindingsWaiter {
|
||||||
} else {
|
} else {
|
||||||
switch (e.code) {
|
switch (e.code) {
|
||||||
case "F1":
|
case "F1":
|
||||||
|
e.preventDefault();
|
||||||
this.contextualHelp();
|
this.contextualHelp();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue