Fixed delete file button when moved in the dropdown panel. Fixes #226
This commit is contained in:
parent
f59156ec24
commit
5841759ea9
@ -175,6 +175,9 @@ define([
|
||||
fileMgr.selectFile(fileDesc);
|
||||
$fileTitleElt.click();
|
||||
});
|
||||
$('.action-remove-file-confirm').click(function() {
|
||||
$('.modal-remove-file-confirm').modal('show');
|
||||
});
|
||||
$(".action-remove-file").click(function() {
|
||||
fileMgr.deleteFile();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user