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

Merge pull request #147 from koloml/bugfix/update-tags-on-last-group-deleted

Fixed custom categories not refreshing on tags once last group is deleted
This commit is contained in:
2026-02-09 11:01:50 +04:00
committed by GitHub

View File

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