diff --git a/ts/editor/LabelContainer.svelte b/ts/editor/LabelContainer.svelte index e38c3c690..db3d93a60 100644 --- a/ts/editor/LabelContainer.svelte +++ b/ts/editor/LabelContainer.svelte @@ -22,6 +22,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } $: icon = off ? chevronRight : chevronDown; + $: tooltip = collapsed ? tr.editingExpandField() : tr.editingCollapseField();
- {@html icon} - + {@html icon} diff --git a/ts/editor/RichTextBadge.svelte b/ts/editor/RichTextBadge.svelte deleted file mode 100644 index 9ab630623..000000000 --- a/ts/editor/RichTextBadge.svelte +++ /dev/null @@ -1,42 +0,0 @@ - - - - - {@html icon} - - -