From d64eddaadbc53e22f14bdadccb797bd9dfc4e5ae Mon Sep 17 00:00:00 2001 From: Amanda Sternberg Date: Fri, 21 Nov 2025 10:08:34 +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(); }