diff --git a/src/presets/classic/components/Node.svelte b/src/presets/classic/components/Node.svelte index ac72d03..8dbcaa7 100644 --- a/src/presets/classic/components/Node.svelte +++ b/src/presets/classic/components/Node.svelte @@ -42,8 +42,8 @@
{output.label || ""} -
- @@ -100,8 +100,8 @@ }, })} unmount={(ref) => emit({ type: "unmount", data: { element: ref } })} - /> - {#if !input.control || !input.showControl} + />{#if !input.control || !input.showControl}
{input.label || ""}