Moritz Klack
Moritz Klack
This is only possible with and edge update like this: https://user-images.githubusercontent.com/2857535/187713037-9ac83e86-e322-41db-a987-cda21b41046b.mov https://reactflow.dev/docs/examples/edges/updatable-edge/
I won't change the current behaviour but it would be helpful to know if there is an active selection. By that you could set `pointer-events: none` for the panels on...
In v11.1.1 the selection doesn't break anymore when you drag over the controls, minimap or attribution. It's still not 100% perfect, but better than before. If you want this behaviour...
Can you put everything that is in ` if (nodes && nodes.length > 0) { ... ` in the first `useEffect` where you create the nodes? Having a `useEffect` with...
Please re-open if the issue still persists.
which version are you using @kahboom ?
No, you don't need to update to v11. You could try to 10.3.17, but I am not sure if that helps. How are you creating your nodes and edges. And...
This is fixed in the next v11 release: https://codesandbox.io/s/sandpack-project-forked-lv8d3b?file=/App.js
I think that you are right. It's because of the different d3-zoom packages. Could you try `npm-dedupe`?
I would really like to understand why we have this issue with the new version. Maybe because we are only offering an ESM build 🤔 I will need to do...