@@ -2359,7 +2359,7 @@
*
* @type {number}
*/
- this.recenterViewport = ViewportControls.RECENTER_POINTER;
+ this.recenterViewport = ViewportControls.RECENTER_NONE;
/**
* If true allows the viewport to be rotated.
@@ -1,6 +1,6 @@
{
"name": "escher.js",
- "version": "0.1.16",
+ "version": "0.1.17",
"description": "escher.js is a web library for building interactive diagrams and graphs.",
"main": "build/escher.min.js",
"repository": {