space removed

This commit is contained in:
Hamza Tatheer 2022-10-29 21:47:37 +05:00
parent ca88de8e7f
commit 05b596ce32

View File

@ -3032,7 +3032,6 @@ function onCanvasDrag( event ) {
event.delta.y = 0;
}
}
this.viewport.panBy( this.viewport.deltaPointsFromPixels( event.delta.negate() ), gestureSettings.flickEnabled && !this.constrainDuringPan);
}