mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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`]() {
|
[`${CSSEvents.transitionend} .js-card-details`]() {
|
||||||
this.isLoaded.set(true);
|
this.isLoaded.set(true);
|
||||||
},
|
},
|
||||||
|
[`${CSSEvents.animationend} .js-card-details`]() {
|
||||||
|
this.isLoaded.set(true);
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
return [{
|
return [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue