Principled approach to keyboard focus management #161
Labels
enhancement
New feature or request
frontend
TypeScript frontend and Rust-wasm integrations
ui/ux
User interface and user experience
As noted in #159, the app does not handle keyboard focus appropriately when multiple notebooks are open. To make this at all reliable, we need a more principle approach to managing focus.
@olynch suggested something like that having top-level application state that tracks which component currently "owns" the focus.
The text was updated successfully, but these errors were encountered: