Also need to clear selectedFiles if moved dir

This commit is contained in:
mattpass
2020-06-29 18:20:21 +01:00
parent 2d9ea6775b
commit 84ffbb8b62

View File

@@ -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 = [];
}
}