mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(operation) paste files when current file is ".." (#142)
This commit is contained in:
parent
10ffddc2f1
commit
94747c9932
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ function OperationProto(operation, data) {
|
|||
|
||||
sameName = DOM.getCurrentByName(name, panel);
|
||||
|
||||
if (noFilesCheck())
|
||||
if (!data && noFilesCheck())
|
||||
return;
|
||||
|
||||
const {type} = options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue