fix(operation) paste files when current file is ".." (#142)

This commit is contained in:
coderaiser 2018-01-23 16:42:34 +02:00
parent 10ffddc2f1
commit 94747c9932

View file

@ -428,7 +428,7 @@ function OperationProto(operation, data) {
sameName = DOM.getCurrentByName(name, panel);
if (noFilesCheck())
if (!data && noFilesCheck())
return;
const {type} = options;