diff --git a/src/Path.Transform.js b/src/Path.Transform.js index d2e56f7..992de18 100644 --- a/src/Path.Transform.js +++ b/src/Path.Transform.js @@ -315,7 +315,7 @@ L.Handler.PathTransform = L.Handler.extend({ if (this._enabled) { if (this._rect) { this._handlersGroup.removeLayer(this._rect); - this._rect = this._getBoundingPolygon().addTo(this._handlersGroup); +// this._rect = this._getBoundingPolygon().addTo(this._handlersGroup); } this._updateHandlers(); }