Skip to content
Snippets Groups Projects
Commit ff570e38 authored by Subliminal Guy's avatar Subliminal Guy
Browse files

:bug: fix(Form.vue): Korrigiere die Logik für das Pausieren der Lottie-Animation,...

:bug: fix(Form.vue): Korrigiere die Logik für das Pausieren der Lottie-Animation, um false zu übergeben, anstatt true.
parent a20d99ed
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import jsonDraft from "../assets/job.json";
function startAnimation() {
emit("playLottie", true);
emit("pauseLottie", true);
emit("pauseLottie", false);
}
function pauseAnimation() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment