allow drawers to close on parent window focus lost

This commit is contained in:
Benjamin Palko 2025-11-10 11:54:25 -05:00
parent 3c3fe368bc
commit 618fc22e80
2 changed files with 42 additions and 2 deletions

View file

@ -12,6 +12,10 @@ StyledDrawer {
visible: Visibility.dashboard
onFocusedChanged: {
Visibility.dashboard = focused;
}
WrapperItem {
margin: 32
ColumnLayout {