mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: prevents click on sk header to bubble (#9084)
This commit is contained in:
@@ -13,6 +13,7 @@ export default Component.extend(UtilsMixin, {
|
||||
return;
|
||||
if (this.eventType !== "click" || event.button !== 0) return;
|
||||
this.selectKit.toggle(event);
|
||||
return false;
|
||||
},
|
||||
|
||||
classNames: ["select-kit-header"],
|
||||
|
||||
Reference in New Issue
Block a user