Skip to content

Commit

Permalink
pass through mouse events from the swipe layer
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Sep 22, 2023
1 parent 1e08156 commit 3882857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/Lith/UI/ChannelMessageList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ ListView {
fill: parent
margins: 32
}
propagateComposedEvents: true
drag.onActiveChanged: {
if (drag.active)
return;
Expand Down

0 comments on commit 3882857

Please sign in to comment.