1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2026-03-24 23:02:58 +00:00

Fixed tags list didn't update itself once last group was deleted

This commit is contained in:
2026-02-09 10:59:40 +04:00
parent ab625d0181
commit fccd79292d

View File

@@ -90,6 +90,7 @@ export default class CustomCategoriesResolver {
this.#regExpGroupMatches.clear();
if (!tagGroups.length) {
this.#queueUpdatingTags();
return;
}