lightningrodlabs / rea-playspace

Holochain app to play with REA accounting
32 stars 7 forks source link

Remove Global Keypress Handler in ReactFlow? #162

Open adaburrows opened 2 years ago

adaburrows commented 2 years ago

Can we get rid of the global event handler in ReactFlow? I feel like I looked into this before and tried to think how we could build a slightly different combination of the internal components of ReactFlow to get rid of this. But really, it needs to check if it has focus before capturing all keypresses, so that probably requires a PR to the project.