Merge branch 'fix-lock' into 'develop'

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

See merge request pleroma/pleroma-fe!2112
This commit is contained in:
HJ 2025-03-27 12:00:34 +00:00
commit dbbd5f067b

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"