fix(contact): double activation of buttons due to @activate event + button navigation
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user