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

Refresh tags after submission completed

This commit is contained in:
2024-04-09 23:24:25 +04:00
parent a4328eae24
commit ed9f5262af

View File

@@ -205,6 +205,8 @@ export class MaintenancePopup extends BaseComponent {
this.#tagsToAdd.clear();
this.#tagsToRemove.clear();
this.#refreshTagsList();
this.#isSubmitting = false;
}