mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(client) key: F3: search appears
This commit is contained in:
parent
b2fa10f2de
commit
e973f5fd4e
1 changed files with 2 additions and 1 deletions
|
|
@ -195,6 +195,8 @@ function KeyProto() {
|
|||
break;
|
||||
|
||||
case Key.F3:
|
||||
event.preventDefault();
|
||||
|
||||
if (Info.isDir)
|
||||
await loadDir({
|
||||
path,
|
||||
|
|
@ -206,7 +208,6 @@ function KeyProto() {
|
|||
else
|
||||
CloudCmd.View.show();
|
||||
|
||||
event.preventDefault();
|
||||
break;
|
||||
|
||||
case Key.F4:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue