From c0fd13cd264cdc5e7093f2167e8d5008f94c7446 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Tue, 30 Dec 2025 00:32:22 +0100 Subject: [PATCH] fix(contact): double activation of buttons due to @activate event + button navigation --- app/components/Contact/BottomScreen/BottomScreen.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/Contact/BottomScreen/BottomScreen.vue b/app/components/Contact/BottomScreen/BottomScreen.vue index fb7665e..b5c1087 100644 --- a/app/components/Contact/BottomScreen/BottomScreen.vue +++ b/app/components/Contact/BottomScreen/BottomScreen.vue @@ -103,7 +103,6 @@ const actionateButton = async (button: (typeof selectedButton)["value"]) => { " b-label="Quit" :a-label="ACTIONS[selectedButton][0]" - @activate-a="actionateButton(selectedButton)" @activate-b="store.animateOutro()" />