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
When the control is added to a map, it adds a listener to fullscreenchange. When the control is removed, this listener is not removed and when the event fires, the listener throws since this._map is null.
The text was updated successfully, but these errors were encountered:
Istador
added a commit
to Istador/Leaflet.fullscreen
that referenced
this issue
Nov 20, 2019
When the control is added to a map, it adds a listener to
fullscreenchange
. When the control is removed, this listener is not removed and when the event fires, the listener throws sincethis._map
is null.The text was updated successfully, but these errors were encountered: