Skip to content

Commit efadb07

Browse files
committed
fixing #23
1 parent 2d0345d commit efadb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/js/core.ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ define(function(require, exports, module) {
9292
"Delete File(s)",
9393
"The file \""+filePath+"\" will be permanently deleted and cannot be recovered. Are you sure?",
9494
function() {
95-
TSCORE.IO.deleteElement(TSCORE.selectedFiles[0]);
95+
TSCORE.IO.deleteElement(filePath);
9696
}
9797
);
9898
};

0 commit comments

Comments
 (0)