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.