You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem in Google Chrome.
When stop object drugging, two errors fires in Leaflet.Path.Drag module and map stays with disabled dragging.
Uncaught TypeError: L.DomEvent.fakeStop is not a function
at NewClass._onDragEnd (Path.Drag.js:190:29)
at HTMLDocument.handler (leaflet-src.js:2553:17)
Uncaught TypeError: L.DomEvent.skipped is not a function
at NewClass.eval (Path.Drag.js:179:20)
This errors occurs because old version of Leaflet.Path.Drag module in dependency ("leaflet-path-drag": "^1.1.0").
It will be great if you will update dependency to: "leaflet-path-drag": "^1.8.0-beta.3" and publish this in npm.
The text was updated successfully, but these errors were encountered:
There is a problem in Google Chrome.
When stop object drugging, two errors fires in Leaflet.Path.Drag module and map stays with disabled dragging.
This errors occurs because old version of Leaflet.Path.Drag module in dependency ("leaflet-path-drag": "^1.1.0").
It will be great if you will update dependency to: "leaflet-path-drag": "^1.8.0-beta.3" and publish this in npm.
The text was updated successfully, but these errors were encountered: