We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0345d commit efadb07Copy full SHA for efadb07
data/js/core.ui.js
@@ -92,7 +92,7 @@ define(function(require, exports, module) {
92
"Delete File(s)",
93
"The file \""+filePath+"\" will be permanently deleted and cannot be recovered. Are you sure?",
94
function() {
95
- TSCORE.IO.deleteElement(TSCORE.selectedFiles[0]);
+ TSCORE.IO.deleteElement(filePath);
96
}
97
);
98
};
0 commit comments