fix: like/bookmark button is disappeared (#2327)
parent
221a6f2fc3
commit
e9a02ca337
|
@ -68,7 +68,7 @@ useCommand({
|
||||||
'group-focus-visible:ring': '2 current',
|
'group-focus-visible:ring': '2 current',
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div :class="active && activeIcon ? activeIcon : (disabled ? inactiveIcon : icon)" />
|
<div :class="active && activeIcon ? activeIcon : (disabled && inactiveIcon ? inactiveIcon : icon)" />
|
||||||
</div>
|
</div>
|
||||||
</CommonTooltip>
|
</CommonTooltip>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue