Moritz Klack

Results 440 comments of Moritz Klack
trafficstars

It was meant to be a feature but I understand that it can be annoying. Currently all key event handlers are bound to window which could be changed to the...

Thanks for sharing your solution @Jezza

Hey @adminy I wouldn't say it's an excuse. It's also not true that there were no breaking changes in the last weeks. We need to wait until it's stable to...

Please re-open if this is still an issue.

It can be toggled, but it doesn't work on touch devices. We will check how we can fix it.

This will be fixed in v12, where `positionAbsolute` is no longer part of the user node but only available for internal nodes.

Since React Flow 12 we distinguish between user nodes and internal nodes and do not expose position absolute for user nodes anymore. If you want to get an internal node...

The `NodeResizer` doesn't really support rotated nodes, because the rotation is not a built-in feature. I will leave this open until we make a decision if we want to integrate...

We will not add rotation as a built-in feature for React Flow. If you need resizing and rotation, you would need to implement resizing in the custom node on your...

This is the expected behaviour in v11. In v12, this changes and everything that updates the viewport (if it's the initial fitView or the controls) triggers onMove/ useOnViewportChange.