mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Only show tag tooltip on hover, not focus
This commit is contained in:
parent
9b20ca2da4
commit
4029a608bc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<TagDeleteBadge class="delete-icon" on:click={onClickDelete} />
|
||||
</Tag>
|
||||
{:else if shorten && hasMultipleParts(name)}
|
||||
<WithTooltip {tooltip} placement="auto" let:createTooltip>
|
||||
<WithTooltip {tooltip} trigger="hover" placement="auto" let:createTooltip>
|
||||
<Tag
|
||||
class={className}
|
||||
bind:flash
|
||||
|
|
Loading…
Reference in a new issue