Menu: keep the previously focused element with mouse. (#462)

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/453
This commit is contained in:
Arthur Sonzogni
2022-08-21 17:23:13 +02:00
committed by GitHub
parent 251306a4bb
commit 3ec765e1f0
3 changed files with 31 additions and 16 deletions

View File

@@ -15,6 +15,8 @@ current (development)
### Component:
- Feature: Add the `Modal` component.
- Feature: `Slider` supports taking references for all its arguments.
- Improvement: The `Menu` keeps the focus when an entry is selected with the
mouse.
### Screen
- Feature: add `Box::Union(a,b) -> Box`