mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Added preventDefault to contextual help key press listener
This commit is contained in:
@@ -151,6 +151,7 @@ class BindingsWaiter {
|
||||
} else {
|
||||
switch (e.code) {
|
||||
case "F1":
|
||||
e.preventDefault();
|
||||
this.contextualHelp();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user