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
-
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