mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(key) insert
This commit is contained in:
parent
7ecce39fb8
commit
c68699ff5c
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ var CloudCmd, Util, DOM;
|
|||
|
||||
case Key.INSERT:
|
||||
DOM .toggleSelectedFile(lCurrent)
|
||||
.setCurrentFile(Info.next);
|
||||
.setCurrentFile(next);
|
||||
break;
|
||||
|
||||
case Key.DELETE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue