mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: ensures hide is called when card is destroyed (#9814)
This commit is contained in:
parent
862773ec83
commit
e5dc843185
@ -304,6 +304,8 @@ export default Mixin.create({
|
||||
this,
|
||||
"_topicHeaderTrigger"
|
||||
);
|
||||
|
||||
this._hide();
|
||||
},
|
||||
|
||||
keyUp(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user