mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Deselect on clicking delete icon
This commit is contained in:
parent
98baca8809
commit
494d1e206d
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
on:tagselect={() => select(index)}
|
||||
on:tagrange={() => selectRange(index)}
|
||||
on:tagdelete={() => {
|
||||
deselect();
|
||||
deleteTagAt(index);
|
||||
saveTags();
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue