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"
|
||||
:a-label="ACTIONS[selectedButton][0]"
|
||||
@activate-a="actionateButton(selectedButton)"
|
||||
@activate-b="store.animateOutro()"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user