Clear selectedFiles array when moved files

This commit is contained in:
mattpass
2020-07-04 16:50:16 +01:00
parent 5b4c56f283
commit 57c20cbf21

View File

@@ -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