Make forward-focus in a PopupWindow work

This commit is contained in:
Olivier Goffart 2025-02-04 12:31:06 +01:00 committed by GitHub
parent 1d42e78c22
commit 88cc96ba73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 57 additions and 61 deletions

View file

@ -78,5 +78,5 @@ export component App inherits Window {
}
```
If you use the `forward-focus` property on a `Window`, then the specified element will receive
If you use the `forward-focus` property on a `Window` or a `PopupWindow`, then the specified element will receive
the focus the first time the window receives the focus - it becomes the initial focus element.