target changed to source
This commit is contained in:
parent
bb92621062
commit
c980a96005
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export default function BooleanNode({ data }) {
|
|||
<ToggleComponent enabled={enabled} disabled={false} setEnabled={(x) => {setEnabled(x); data.value = x}} />
|
||||
</div>
|
||||
<Handle
|
||||
type="target"
|
||||
type="source"
|
||||
position={Position.Right}
|
||||
id={data.type}
|
||||
isValidConnection={(connection) => isValidConnection(data,connection)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue