You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 I've just been playing with this example and I noticed that the default keyboard accessible controls built into ReactFlow aren't working as expected here due to the parent - child node relationship. If you try and move child nodes with the keyboard, the just move up and to the left. It looks like this is as if they are being moved like position = positionAbsolute + movementSpeed but due to them being child nodes, position is relative, not absolute.
Is this an issue worth filing in the main ReactFlow repo? I couldn't easily recreate on any of the official example sandboxes so thought it was worth raising here first.
The text was updated successfully, but these errors were encountered:
👋 I've just been playing with this example and I noticed that the default keyboard accessible controls built into ReactFlow aren't working as expected here due to the parent - child node relationship. If you try and move child nodes with the keyboard, the just move up and to the left. It looks like this is as if they are being moved like
position = positionAbsolute + movementSpeed
but due to them being child nodes,position
is relative, not absolute.Is this an issue worth filing in the main ReactFlow repo? I couldn't easily recreate on any of the official example sandboxes so thought it was worth raising here first.
The text was updated successfully, but these errors were encountered: