Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
393 stars 70 forks source link

bug(Input): Fix keydown handlers no longer triggering on key down (in select) #1447

Closed Kruptein closed 6 days ago

Kruptein commented 6 days ago

A recent change to the tool logic allowed tools to directly listen to keys instead of always having to go through 1 global handler and then piping events to the correct component.

The only tool currently using this is the select tool and well I forgot to fall back to the global handler if the select tool wasn't interested, so a lot of keybindings no longer worked.