forked from Mirrors/elk
fix: like/bookmark button is disappeared (#2327)
This commit is contained in:
parent
221a6f2fc3
commit
e9a02ca337
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue