mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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}>
|
<div class="position-relative gap" class:hide-tag={index === active}>
|
||||||
<Tag
|
<Tag
|
||||||
class="me-1"
|
class="me-1"
|
||||||
name={tag.name}
|
name={index === active ? activeName : tag.name}
|
||||||
bind:flash={tag.flash}
|
bind:flash={tag.flash}
|
||||||
bind:selected={tag.selected}
|
bind:selected={tag.selected}
|
||||||
on:tagedit={() => {
|
on:tagedit={() => {
|
||||||
|
|
Loading…
Reference in a new issue