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
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
Reported from user email. Could not immediately reproduce. Needs confirmation...
There is a JS bug using the latest Chrome desktop browser (Version 59.0.3071.115 (Official Build) (64-bit)):
Open the map
Click on an earthquake in the list
Mouse down and drag the map
On mouse up, the following JS
error occurs and the map can no longer be dragged:
index.js:3 Uncaught TypeError: Cannot read property 'length' of null at Object.b.isFilterEnabled (index.js:3) at Object.b.deselectEventonMoveEnd (index.js:3) at Object.b.onMoveEnd (index.js:3) at Object.n (index.js:3) at e.fireEvent (leaflet.js:6) at e._onDragEnd (leaflet.js:8) at e.fireEvent (leaflet.js:6) at e._onUp (leaflet.js:8) at HTMLDocument.s (leaflet.js:8)
This error does not occur with IE or FireFox.
The text was updated successfully, but these errors were encountered:
Reported from user email. Could not immediately reproduce. Needs confirmation...
The text was updated successfully, but these errors were encountered: