notification: make dragging not lag

This commit is contained in:
end-4
2025-04-20 22:14:34 +02:00
parent 9c6aff249f
commit f9a8138264
@@ -125,6 +125,7 @@ Item {
onDragStartedChanged: () => {
// Prevent drag focus being shifted to parent flickable
root.parent.parent.parent.interactive = !dragStarted
root.enableAnimation = !dragStarted
}
onReleased: (mouse) => {
dragStarted = false