mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Deselect on clicking delete icon
This commit is contained in:
parent
6e53ea8a6d
commit
821c65d4ad
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