mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(dom) operation: copy/move buttons do not work
This commit is contained in:
parent
5f22fc64cb
commit
653d0492ae
1 changed files with 2 additions and 2 deletions
|
|
@ -104,11 +104,11 @@
|
|||
if (Loaded)
|
||||
switch(operation) {
|
||||
case 'copy':
|
||||
this.copy(data);
|
||||
Operation.copy(data);
|
||||
break;
|
||||
|
||||
case 'move':
|
||||
this.move(data);
|
||||
Operation.move(data);
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue