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);
|
DiscourseURL.routeTo(this.href);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
event.stopPropagation();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue