mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(key) preventDefault: DOM -> Events
This commit is contained in:
parent
f3ec6246c8
commit
77aa8e4f6b
1 changed files with 2 additions and 2 deletions
|
|
@ -177,8 +177,8 @@ var CloudCmd, Util, DOM;
|
|||
|
||||
switch (lKeyCode) {
|
||||
case Key.TAB:
|
||||
DOM.changePanel()
|
||||
.preventDefault(event);
|
||||
DOM.changePanel();
|
||||
Events.preventDefault(event);
|
||||
break;
|
||||
|
||||
case Key.INSERT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue