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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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