mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: close on click outside
This commit is contained in:
parent
00e9805e23
commit
3dfc0777df
@ -189,7 +189,7 @@ export default Ember.Mixin.create({
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.unfocus(event);
|
this.close(event);
|
||||||
return;
|
return;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user