Skip to content

Commit

Permalink
Regression: fix drop file (#14225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Apr 23, 2019
1 parent b4df795 commit 4419590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ui/client/views/app/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ export const dropzoneEvents = {
};

Template.room.events({
...dropzoneEvents,
'click .js-open-thread'(event) {
event.preventDefault();
event.stopPropagation();
Expand Down

0 comments on commit 4419590

Please sign in to comment.