mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
fix(key) switch key: add preventDefault on F8
This commit is contained in:
parent
5a2d4a692c
commit
db4323427b
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ var CloudCmd, Util, DOM;
|
|||
|
||||
case Key.F8:
|
||||
Operation.show('delete');
|
||||
event.preventDefault();
|
||||
break;
|
||||
|
||||
case Key.F9:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue