Fix occasional console error

This commit is contained in:
Quincy Morgan
2020-04-02 12:40:41 -07:00
parent ca3a0f9dbc
commit d16aa01afd
+1 -1
View File
@@ -266,7 +266,7 @@ export function utilZoomPan() {
}
function pointermove() {
if (!this.__zooming) return;
if (!this.__zooming || !_pointerLocGetter) return;
var g = gesture(this, arguments);