solve conflict to use windowsize parm in movestep
This commit is contained in:
parent
a4e61c73e5
commit
ae24d49fe5
@ -167,7 +167,7 @@ class SmoothMovementManager {
|
||||
return;
|
||||
}
|
||||
|
||||
this.animateToPosition(header, clampedX, clampedY);
|
||||
this.animateToPosition(header, clampedX, clampedY, windowSize);
|
||||
}
|
||||
|
||||
animateToPosition(header, targetX, targetY, windowSize) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user