mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Explicitly name parameters in signal handler
This commit is contained in:
parent
45391c97ff
commit
2f71422d2a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onGrabChanged: {
|
onGrabChanged: (transition, point) => {
|
||||||
circle.centerX = point.position.x;
|
circle.centerX = point.position.x;
|
||||||
circle.centerY = point.position.y;
|
circle.centerY = point.position.y;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue