mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
When a tag is deleted from a note, the taglist did not updated: the deleted tag was still in the list. If the tag was created in the current session, it was removed, worked as expected. The reason is: until the note is not updated, the tag list is not initialized for first in the "delete tag button" handler, but it works in the second case. Tried out using backspace to delete the tag, it works.