From 130dc4ea036e1e254855a828c11230f6fdbe04da Mon Sep 17 00:00:00 2001 From: Amanda Sternberg Date: Thu, 20 Nov 2025 15:22:25 +0100 Subject: [PATCH] updated layout --- ts/lib/tag-editor/tag-options-button/TagAddButton.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte b/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte index 77ccb588b..48243fdb5 100644 --- a/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte +++ b/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte @@ -18,7 +18,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html export let onTagAppend: (() => void) | undefined; function appendTag() { - if (onTagAppend) onTagAppend(); + if (onTagAppend) onTagAppend(); }