summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index bbcf2366..8db866df 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -381,7 +381,10 @@ Item {
         repeat: false
         running: false
 
-        onTriggered: shouldEffectsRun = false
+        onTriggered: {
+            timelineEffects.removeParticles()
+            shouldEffectsRun = false
+        }
     }
     Connections {
         function onConfetti() {