mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Also need to clear selectedFiles if moved dir
This commit is contained in:
@@ -2455,7 +2455,7 @@ var ICEcoder = {
|
||||
this.updateFileManagerList("add", location, file, false, false, false, fileOrFolder);
|
||||
}
|
||||
this.updateFileManagerList("delete", oldName.substr(0, oldName.lastIndexOf("/")), oldName.substr(oldName.lastIndexOf("/")+1));
|
||||
|
||||
this.selectedFiles = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user