mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Fix lockscreen keypad getting stuck
This commit is contained in:
parent
5d99de94fa
commit
6168813d13
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ PlasmaCore.ColorScope {
|
|||
boundsBehavior: Flickable.StopAtBounds
|
||||
|
||||
// always snap to end (either hidden or shown)
|
||||
onFlickEnded: {
|
||||
onMovementEnded: {
|
||||
if (!atYBeginning && !atYEnd) {
|
||||
if (contentY > columnHeight - contentY) {
|
||||
flick(0, -1000);
|
||||
|
|
|
|||
Loading…
Reference in a new issue