diff --git a/ts/editor/Tag.svelte b/ts/editor/Tag.svelte index 3144ae7f8..20f53d597 100644 --- a/ts/editor/Tag.svelte +++ b/ts/editor/Tag.svelte @@ -9,6 +9,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import { deleteIcon } from "./icons"; import { controlPressed, shiftPressed } from "lib/keys"; + let className: string = ""; + export { className as class }; + export let name: string; export let selected: boolean = false; @@ -51,7 +54,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html