From d4bdcc8c66661604a725222b53f234ef1f78c56b Mon Sep 17 00:00:00 2001 From: Amanda Sternberg Date: Thu, 20 Nov 2025 15:19:53 +0100 Subject: [PATCH 1/5] Migrate TagAddButton to Svelte 5 callback props --- ts/lib/tag-editor/tag-options-button/TagAddButton.svelte | 7 +++---- .../tag-editor/tag-options-button/TagOptionsButton.svelte | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte b/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte index fda953b44..77ccb588b 100644 --- a/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte +++ b/ts/lib/tag-editor/tag-options-button/TagAddButton.svelte @@ -5,7 +5,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html @@ -43,7 +42,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - dispatch("tagappend")} /> +