Skip to content

Commit

Permalink
Merge #851(rpallai): TimelineTextEditSelector: enable preventStealing
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Feb 27, 2023
2 parents 69a6ed2 + 5e12f83 commit 8c8ea46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/qml/TimelineTextEditSelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ MouseArea {

anchors.fill: parent
acceptedButtons: Qt.LeftButton
preventStealing: true

onPressed: {
var x = mouse.x
Expand Down

0 comments on commit 8c8ea46

Please sign in to comment.