spix
spix copied to clipboard
Fix key event
In my opinion the key events have to enter the event queue on item level and not at window level. I had issues to send key events to deep nested items. My fix resolved this.
Same for mouse events. They should be posted to the item level as well.