undo dumb lint

This commit is contained in:
Henry Jameson 2025-01-20 16:58:23 +02:00
parent 9f33a68154
commit 772a73a4e3

View file

@ -20,9 +20,7 @@
class="fa-scale-110" class="fa-scale-110"
:icon="button.icon(funcArg)" :icon="button.icon(funcArg)"
:spin="!extra && button.animated?.() && animationState" :spin="!extra && button.animated?.() && animationState"
style=" style="--fa-animation-duration: 750ms;"
--fa-animation-duration: 750ms;"
fixed-width fixed-width
/> />
<template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active"> <template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">