Skip to content

Commit

Permalink
Fixes #1 , Respond to click along with existent swipeup gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixq committed May 27, 2017
1 parent 8165355 commit 9a11249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contents/ui/SwipeArea.qml
Expand Up @@ -71,6 +71,10 @@ MouseArea {
}
}

onClicked: {
swipeUp()
}

onReleased: {
capture = false
}
Expand Down

0 comments on commit 9a11249

Please sign in to comment.