Braks

Results 112 comments of Braks

What *exactly* isn't working? ^^ Your keycode listener? Disabling the delete key code should at least disable the removal of nodes initiated by ReactFlow - that much should work, yes?

The arrow keys don't use `useKeyPress`, they just an `onKeyDown={handleKeyDown}` handler directly to the node wrapper. `useKeyPress` on the other hand, by default, binds to the window as Moritz previously...