Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Properly remove focus from the last focused widget
The previous implementation did not remove focus from the last focused widget when another widget was focused. This caused visual inconsistencies, such as the caret in the search bar persisting even after focus was stolen by another widget. Updated `AbstractFrame::setFocused` to ensure the focus state of the previous widget is cleared correctly. Fixes #123
- Loading branch information