fix(listeners) any touch open file (#235)

This commit is contained in:
coderaiser 2019-04-04 15:12:21 +03:00
parent 6df78e1c9b
commit 813f1c70b7

View file

@ -287,7 +287,7 @@ function onTouch(event) {
const isDir = DOM.isCurrentIsDir(current);
if (!isDir)
return CloudCmd.View.show();
return;
const isCurrent = DOM.isCurrentFile(current);