mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(key) vim: do not react on navigation after view hide
This commit is contained in:
parent
fc8cbf0f07
commit
ae468b4de5
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ function KeyProto() {
|
|||
Chars([]);
|
||||
switchKey(event);
|
||||
|
||||
if (keyCode >= KEY.F1 && keyCode <= KEY.F10)
|
||||
return;
|
||||
|
||||
if (isVim)
|
||||
vim(char, event);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue