Navigation fixes

This commit is contained in:
ZXY101
2023-10-04 21:00:57 +02:00
parent 04cf5a8a53
commit 14ec2c5274
2 changed files with 7 additions and 3 deletions

View File

@@ -83,7 +83,9 @@ export function panAlign(alignX: PanX, alignY: PanY) {
break;
}
pz?.moveTo(x, y);
pz.pause();
pz.moveTo(x, y);
pz.resume();
}
export function zoomOriginal() {