Skip to content

Commit

Permalink
fix: remove unused handle from RGB
Browse files Browse the repository at this point in the history
  • Loading branch information
xiduzo committed Dec 29, 2024
1 parent 7a67a6f commit c032dc7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function Rgb(props: Props) {
<NodeContainer {...props}>
<Value />
<Settings />
<Handle type="target" position={Position.Left} id="toggle" offset={-1.5} />
<Handle type="target" position={Position.Left} id="red" hint="0-255" offset={-1.5} />
<Handle type="target" position={Position.Left} id="green" hint="0-255" offset={-0.5} />
<Handle type="target" position={Position.Left} id="blue" hint="0-255" offset={0.5} />
Expand Down

0 comments on commit c032dc7

Please sign in to comment.