mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-30 08:14:45 +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
|
// this is so one can swipe down from the top of the notification drawer to expand the action drawer
|
||||||
DragHandler {
|
DragHandler {
|
||||||
id: 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
|
xAxis.enabled: false
|
||||||
|
|
||||||
property bool startActive: false
|
property bool startActive: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue