Skip to content

Commit

Permalink
Merge pull request #10 from retejs/fix-node-whitespaces
Browse files Browse the repository at this point in the history
fix: exta whitespace between input/output title and socket
  • Loading branch information
Ni55aN authored Aug 23, 2024
2 parents 1e091dc + 329fafa commit 4294814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/presets/classic/components/Node.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<div class="output" data-testid={"output-" + key}>
<div class="output-title" data-testid="output-title">
{output.label || ""}
</div>
<Ref
</div><!--
--><Ref
class="output-socket"
data-testid="output-socket"
init={(element) =>
Expand Down Expand Up @@ -100,8 +100,8 @@
},
})}
unmount={(ref) => emit({ type: "unmount", data: { element: ref } })}
/>
{#if !input.control || !input.showControl}
/><!--
-->{#if !input.control || !input.showControl}
<div class="input-title" data-testid="input-title">
{input.label || ""}
</div>
Expand Down

0 comments on commit 4294814

Please sign in to comment.