ecoacoustics / web-components

https://oe-web-components.netlify.app/
MIT License
1 stars 0 forks source link

Scope for verification grid event bindings is too large #91

Closed hudson-newey closed 3 weeks ago

hudson-newey commented 3 months ago

The verification grid component currently binds key events to the root document. However, this can be problematic.

e.g.

We probably need to bind to the grid, and then have the grid periodically steal back focus (say on page load).