mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fix occasional console error
This commit is contained in:
@@ -266,7 +266,7 @@ export function utilZoomPan() {
|
||||
}
|
||||
|
||||
function pointermove() {
|
||||
if (!this.__zooming) return;
|
||||
if (!this.__zooming || !_pointerLocGetter) return;
|
||||
|
||||
var g = gesture(this, arguments);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user