mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
DEV: stop propagation of events on button click (#13993)
This commit is contained in:
parent
644441852e
commit
6d41c37c16
@ -132,6 +132,8 @@ export default Component.extend({
|
||||
DiscourseURL.routeTo(this.href);
|
||||
}
|
||||
|
||||
event.stopPropagation();
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user