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:
commit
dbbd5f067b
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
Add a link
Reference in a new issue