fix: block interactions when animation is happening
This commit is contained in:
@@ -51,6 +51,7 @@ const { selectedButton, selectorPosition } = useButtonNavigation({
|
||||
left: "settings",
|
||||
},
|
||||
},
|
||||
disabled: computed(() => store.isIntro || store.isOutro),
|
||||
});
|
||||
|
||||
const getButtonOffset = (button: (typeof selectedButton)["value"]) => {
|
||||
|
||||
Reference in New Issue
Block a user