Enable Drop after programatically calling addNode #544
real-ashwin
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When we add a component programatically, we do:
I am noticing that after doing this, the added component does not allow DROP of any other components.
Am I missing the
connectors.create
part which is causing this?Like, when we drag and drop a component, we do:
So, question is:
How to do
connectors.create
when callingaddNode
so that DROP is enabled on the newly added component?Beta Was this translation helpful? Give feedback.
All reactions