Skip to content

Commit

Permalink
Fix file browser error on copy/move (#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkar authored Apr 5, 2024
1 parent 067996d commit bee9186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/javascript/files/clip_board.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jQuery(function () {
};

$(CONTENTID).trigger(SWAL_EVENTNAME.showError, eventData);
$(CONTENTID).trigger(EVENTNAME.clearClipbaord, eventData);
$(CONTENTID).trigger(EVENTNAME.clearClipboard, eventData);

} else {
clipBoard.updateClipboardFromSelection(options.selection);
Expand Down

0 comments on commit bee9186

Please sign in to comment.