Moritz Klack

Results 475 comments of Moritz Klack
trafficstars

Fixed in React Flow 12! If you are using 11, you can find the migration guide here: https://reactflow.dev/learn/troubleshooting/migrate-to-v12

Related: we added a `paneClickDistance` in 12.0.0 which lets you configure the max distance between mousedown/up that will trigger a click.

You need to update to 12.0.3 to use `paneClickDistance`. If you have interactive elements inside your nodes, you might want to use the class name "nodrag" in order to prevent...

In v12.0.2 we added `nodeClickDistance`. Does that solve your issue @c0d3ster ?

That's great to hear @c0d3ster . I just added the missing docs!

We added a `connectionDragThreshold` prop in 12.8.0

I don't think this is something we could fix, but we will check it.

easiest thing to do would be to have a controlled viewport. As a workaround we could offer a prop to control the rounding. I will think about this! Maybe we...

Can you create an example that shows the issue? Is it just text that is blurry or what kind of elements? Is this really about the x,y transform or also...

I couldn't find a good way to introduce a workaround for this issue in v11. You need to wait for v12, which will have a controlled viewport that lets you...