mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 07:12:57 +00:00
Copying tag colors into the tag editor using other tags on the page
This commit is contained in:
7
src/content/tags-editor.js
Normal file
7
src/content/tags-editor.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {initializeTagForm} from "$lib/components/TagsForm.js";
|
||||
|
||||
const tagsEditorContainer = document.querySelector('#tags-form');
|
||||
|
||||
if (tagsEditorContainer) {
|
||||
initializeTagForm(tagsEditorContainer);
|
||||
}
|
||||
Reference in New Issue
Block a user