mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
actiondrawer: notification scroll bugfix
This commit is contained in:
parent
1a398d9fdb
commit
8c45aba84d
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ Item {
|
|||
// this is so one can swipe down from the top of the notification drawer to expand the action drawer
|
||||
DragHandler {
|
||||
id: dragHandler
|
||||
yAxis.enabled: true
|
||||
// disable the draghandler when we are not at the top of the notification list as it can interfere with the notification scrolling
|
||||
yAxis.enabled: notificationWidget.listView.atYBeginning || active
|
||||
xAxis.enabled: false
|
||||
|
||||
property bool startActive: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue