fix lock (no-repeats) button having interactive elements to it
This commit is contained in:
parent
15604bcd7b
commit
dd50bc8d16
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
:style="{ '--fa-animation-duration': '750ms' }"
|
:style="{ '--fa-animation-duration': '750ms' }"
|
||||||
fixed-width
|
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
|
<FAIcon
|
||||||
v-if="button.active(funcArg)"
|
v-if="button.active(funcArg)"
|
||||||
class="active-marker"
|
class="active-marker"
|
||||||
|
|
Loading…
Add table
Reference in a new issue