mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(key) switch key F7: add preventDefault
This commit is contained in:
parent
26776f225b
commit
84c3e3932c
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ var CloudCmd, Util, DOM;
|
|||
DOM.promptNewFile();
|
||||
else
|
||||
DOM.promptNewDir();
|
||||
|
||||
Events.preventDefault(event);
|
||||
break;
|
||||
|
||||
case Key.F8:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue