fix lock (no-repeats) button having interactive elements to it

This commit is contained in:
Henry Jameson 2025-03-27 13:58:09 +02:00
parent 15604bcd7b
commit dd50bc8d16

View file

@ -24,7 +24,7 @@
:style="{ '--fa-animation-duration': '750ms' }"
fixed-width
/>
<template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">
<template v-if="!buttonClass.disabled && (!button.interactive || button?.interactive(funcArg)) && button.toggleable?.(funcArg) && button.active">
<FAIcon
v-if="button.active(funcArg)"
class="active-marker"