mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 07:12:57 +00:00
Implemented option to add the tag into active profile from dropdown
This commit is contained in:
5
src/content/tags.js
Normal file
5
src/content/tags.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import {wrapTagDropdown} from "$lib/components/TagDropdownWrapper.js";
|
||||
|
||||
for (let tagDropdownElement of document.querySelectorAll('.tag.dropdown')) {
|
||||
wrapTagDropdown(tagDropdownElement);
|
||||
}
|
||||
Reference in New Issue
Block a user