mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Pass activeName to Tag as well
This commit is contained in:
parent
9499bc1505
commit
2dff6cf4be
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<div class="position-relative gap" class:hide-tag={index === active}>
|
||||
<Tag
|
||||
class="me-1"
|
||||
name={tag.name}
|
||||
name={index === active ? activeName : tag.name}
|
||||
bind:flash={tag.flash}
|
||||
bind:selected={tag.selected}
|
||||
on:tagedit={() => {
|
||||
|
|
Loading…
Reference in a new issue