I have been using npm package react-flow-chart, I can now create links between nodes using drag and drop.
The issue is: I have to drop the link exactly on the port In my case, I will always have a single input port on every node, Is it possible to connect the link, even if I drop link anywhere on the target node, (not exactly on the port)
Look at the image, Is it possible if I drop the link from source node anywhere on the target node and still I can connect the link. Let's say the input portId will be static, For Instance take portId = "in"
