mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
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',
|
||||
}"
|
||||
>
|
||||
<div :class="active && activeIcon ? activeIcon : (disabled ? inactiveIcon : icon)" />
|
||||
<div :class="active && activeIcon ? activeIcon : (disabled && inactiveIcon ? inactiveIcon : icon)" />
|
||||
</div>
|
||||
</CommonTooltip>
|
||||
|
||||
|
|
Loading…
Reference in a new issue