fix: block interactions when animation is happening

This commit is contained in:
2025-12-20 14:55:49 +01:00
parent 1857f2fbc6
commit 19450f0bf7
4 changed files with 16 additions and 14 deletions

View File

@@ -51,6 +51,7 @@ const { selectedButton, selectorPosition } = useButtonNavigation({
left: "settings",
},
},
disabled: computed(() => store.isIntro || store.isOutro),
});
const getButtonOffset = (button: (typeof selectedButton)["value"]) => {