mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(dom) processFiles: send request if canceled
This commit is contained in:
parent
af1acc4899
commit
09c528ae99
1 changed files with 1 additions and 1 deletions
|
|
@ -1508,7 +1508,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
|
||||
cmp = Util.strCmp(from, to);
|
||||
|
||||
if (!cmp) {
|
||||
if (!cmp && to) {
|
||||
files = {
|
||||
from : from,
|
||||
names : names,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue