Skip to content

Commit 547084f

Browse files
committed
fix: Fix the issue of sliding beyond the screen
Fix the issue of sliding beyond the screen Log: Fix the issue of sliding beyond the screen pms: BUG-343525
1 parent 6529fa5 commit 547084f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qml/FullscreenFrame.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ InputEventItem {
345345
highlightFollowsCurrentItem: true
346346
highlightMoveDuration: 200
347347
highlightMoveVelocity: -1
348+
boundsBehavior: Flickable.StopAtBounds
348349

349350
activeFocusOnTab: true
350351
focus: true

0 commit comments

Comments
 (0)