mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
parent
b96a60c9bb
commit
bda1df5ada
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ BlazeComponent.extendComponent({
|
||||||
|
|
||||||
events() {
|
events() {
|
||||||
const events = {
|
const events = {
|
||||||
[`${CSSEvents.animationend} .js-card-details`]() {
|
[`${CSSEvents.transitionend} .js-card-details`]() {
|
||||||
this.isLoaded.set(true);
|
this.isLoaded.set(true);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue