mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(listeners) any touch open file (#235)
This commit is contained in:
parent
6df78e1c9b
commit
813f1c70b7
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ function onTouch(event) {
|
|||
const isDir = DOM.isCurrentIsDir(current);
|
||||
|
||||
if (!isDir)
|
||||
return CloudCmd.View.show();
|
||||
return;
|
||||
|
||||
const isCurrent = DOM.isCurrentFile(current);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue