mirror of
https://github.com/ankitects/anki.git
synced 2026-01-15 23:09:00 -05:00
Only show tag tooltip on hover, not focus
This commit is contained in:
parent
f7a69e5e9a
commit
b46dcb5c72
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