summaryrefslogtreecommitdiffstats
path: root/client/components/cards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2016-11-29 03:53:48 +0200
committerGitHub <noreply@github.com>2016-11-29 03:53:48 +0200
commit56139e33078d2fa137a809801d4631b525dbca49 (patch)
treec379b4e716e7c01324ae7b55465f4fb28e0c831d /client/components/cards
parentfd6c54b2a7573adeaf1733dd076fb6645f4064cf (diff)
parent6090ede8c98d98ba5d3664169cae4f2696ccd557 (diff)
downloadwekan-56139e33078d2fa137a809801d4631b525dbca49.tar.gz
wekan-56139e33078d2fa137a809801d4631b525dbca49.tar.bz2
wekan-56139e33078d2fa137a809801d4631b525dbca49.zip
Merge pull request #30 from dwrensha/show-card-comments
set isLoaded to true on both transitionend and animationend
Diffstat (limited to 'client/components/cards')
-rw-r--r--client/components/cards/cardDetails.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js
index 32980926..b7e0ef76 100644
--- a/client/components/cards/cardDetails.js
+++ b/client/components/cards/cardDetails.js
@@ -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 [{