mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
flick after manual drag
This commit is contained in:
parent
76050a60bd
commit
c8d9ef81d8
1 changed files with 3 additions and 0 deletions
|
|
@ -327,6 +327,9 @@ Item {
|
|||
mainFlickable.contentY -= mouse.y - oldMouseY;
|
||||
oldMouseY = mouse.y;
|
||||
}
|
||||
onReleased: {
|
||||
mainFlickable.flick(0, 1)
|
||||
}
|
||||
}
|
||||
Launcher.FavoriteStrip {
|
||||
id: favoriteStrip
|
||||
|
|
|
|||
Loading…
Reference in a new issue