fix(client) key: F3: search appears

This commit is contained in:
coderaiser 2020-08-11 12:58:46 +03:00
parent b2fa10f2de
commit e973f5fd4e

View file

@ -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: