1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Dynamically catch and refresh colors in tag editor

This commit is contained in:
2024-10-12 20:15:59 +04:00
parent 03512a6539
commit 57c505bee9
2 changed files with 38 additions and 31 deletions

View File

@@ -1,7 +1,3 @@
import {initializeTagForm} from "$lib/components/TagsForm.js";
import {TagsForm} from "$lib/components/TagsForm.js";
const tagsEditorContainer = document.querySelector('#tags-form');
if (tagsEditorContainer) {
initializeTagForm(tagsEditorContainer);
}
TagsForm.watchForEditors();