UX: Do not close login modal and search menu on outside mouse up event. (#7366)
This commit is contained in:
@@ -73,7 +73,7 @@ export default Ember.Component.extend({
|
||||
$("html").off("keydown.discourse-modal");
|
||||
},
|
||||
|
||||
click(e) {
|
||||
mouseDown(e) {
|
||||
if (!this.get("dismissable")) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user