fix(contact): double activation of buttons due to @activate event + button navigation

This commit is contained in:
2025-12-30 00:32:22 +01:00
parent 5eaaa3cdb8
commit c0fd13cd26

View File

@@ -103,7 +103,6 @@ const actionateButton = async (button: (typeof selectedButton)["value"]) => {
" "
b-label="Quit" b-label="Quit"
:a-label="ACTIONS[selectedButton][0]" :a-label="ACTIONS[selectedButton][0]"
@activate-a="actionateButton(selectedButton)"
@activate-b="store.animateOutro()" @activate-b="store.animateOutro()"
/> />
</template> </template>