mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
set isLoaded to true on both transitionend and animationend
This commit is contained in:
parent
1ad4107201
commit
6090ede8c9
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ BlazeComponent.extendComponent({
|
|||
[`${CSSEvents.transitionend} .js-card-details`]() {
|
||||
this.isLoaded.set(true);
|
||||
},
|
||||
[`${CSSEvents.animationend} .js-card-details`]() {
|
||||
this.isLoaded.set(true);
|
||||
},
|
||||
};
|
||||
|
||||
return [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue