mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Prevent default event and stop bubbling up when card popup is closed in mobile
This commit is contained in:
parent
64a3d63ddc
commit
be436066ff
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ export default Ember.Mixin.create({
|
|||
}
|
||||
|
||||
this._close();
|
||||
|
||||
if (this.site.mobileView) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue