on:connection is not working with custome nodes #450
Felipe7575
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I think the evente connection and disconection are not workink properly.
In this case it work perffect:
<Node id=3 on:connection={()=>console.log("CONECT")} on:disconnection={()=>console.log("DISCONECT")} on:duplicate={()=>console.log("DUPLICATE")} on:nodeClicked={()=>console.log("Clicked")} on:nodeMount={()=>console.log("MOUNT")} on:nodeReleased={()=>console.log("RELEASE")}>
But in this case where i call a custome node call MyNode, is not working
Beta Was this translation helpful? Give feedback.
All reactions