Skip to content

Commit

Permalink
Regression: Click to join button not working (#17705)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh authored May 20, 2020
1 parent 74f087d commit 9029d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/action-links/client/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { actionLinks } from '../both/lib/actionLinks';


Template.room.events({
'click .action-link'(event, instance) {
'click [data-actionlink]'(event, instance) {
event.preventDefault();
event.stopPropagation();

Expand Down

0 comments on commit 9029d83

Please sign in to comment.