1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-12 18:30:27 +00:00
This commit is contained in:
jeremy@jermolene.com 2023-01-15 21:59:07 +00:00
parent 8a1ec1d055
commit c977baebca

View File

@ -44,7 +44,7 @@ exports.startup = function() {
options.disableForReducedMotion = paramObject.disableForReducedMotion && paramObject.disableForReducedMotion === "yes";
confetti(options);
});
$tw.rootWidget.addEventListener("tm-confetti-launch",function(event) {
$tw.rootWidget.addEventListener("tm-confetti-reset",function(event) {
confetti.reset();
});
};