📝(docs) update changelog

Document focus management pattern entry
This commit is contained in:
Cyril
2026-01-15 13:19:01 +01:00
committed by lebaudantoine
parent 8a30071f41
commit 180da8d433
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -9,13 +9,12 @@ and this project adheres to
## [Unreleased]
### Changed
- 📝(frontend) document focus management pattern for side panels and menus
- (frontend) improve menu focus management #869
- ♿️(frontend) add accessible back button in side panel #881
- ♿️(frontend) improve participants toggle a11y label #880
- ♿️(frontend) make carousel image decorative #871
- ♿️(frontend) reactions are now vocalized and configurable #849
- ♿️(frontend) improve background effect announcements #879
- ♿(frontend) improve menu focus management #869
### Fixed
+1
View File
@@ -57,6 +57,7 @@ useRestoreFocus(isOpen, {
const first = panelRef.current?.querySelector(
'[data-attr="tools-list"] button'
)
// Leading semicolon avoids ASI issues when a line starts with '('
;(first as HTMLElement | null)?.focus({ preventScroll: true })
},
})