FIX: ensures hide is called when card is destroyed (#9814)

This commit is contained in:
Joffrey JAFFEUX
2020-05-18 10:10:40 +02:00
committed by GitHub
parent 862773ec83
commit e5dc843185

View File

@@ -304,6 +304,8 @@ export default Mixin.create({
this,
"_topicHeaderTrigger"
);
this._hide();
},
keyUp(e) {