Features - Tag autofilling for AddNoteFromMetadataModal

This commit is contained in:
Noah Boos 2025-05-01 18:58:28 +02:00
parent 27275ed975
commit 6ee817f20f

View file

@ -136,6 +136,10 @@ export class AddNoteFromMetadataModal extends Modal {
"ankiIntegrationModal__container--flex-wrap",
"ankiIntegrationModal__container--gap-16px"
])
for (let i = 0; i < yaml["cardTags"].length; i++) {
AddTagInputGroup(tagsBody, yaml["cardTags"][i]);
}
/**
* @description addTagFieldButton's onClick() event listener used to add a tag input group in tagsBody.
*/