Skip to content

Commit

Permalink
list drawers interactive when listview not interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 7, 2024
1 parent 7d7533d commit d6f0516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/components/MMListDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MMDrawer {
property bool showFullScreen: false
property alias emptyStateDelegate: emptyStateDelegateLoader.sourceComponent

interactive: false
interactive: !listViewComponent.interactive

drawerContent: Item {
width: parent.width
Expand Down
2 changes: 2 additions & 0 deletions app/qml/components/MMListMultiselectDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ MMDrawer {
signal searchTextChanged( string searchText )
signal selectionFinished( var selectedItems )

interactive: !listViewComponent.interactive

drawerBottomMargin: 0

drawerContent: Item {
Expand Down

0 comments on commit d6f0516

Please sign in to comment.