mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
Clear selectedFiles array when moved files
This commit is contained in:
@@ -2472,6 +2472,7 @@ var ICEcoder = {
|
||||
this.updateFileManagerList("add", location, file, false, oldName, false, fileOrFolder);
|
||||
}
|
||||
this.updateFileManagerList("delete", oldName.substr(0, oldName.lastIndexOf("/")), file, false, oldName, false, fileOrFolder);
|
||||
this.selectedFiles = [];
|
||||
}
|
||||
|
||||
// Chmod on files
|
||||
|
||||
Reference in New Issue
Block a user