Unverified Commit 3b0ca708 authored by Jacob's avatar Jacob Committed by GitHub
Browse files

Removed old fullscreen button

parent b9cf110b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -35,10 +35,6 @@ export default L.AstroControlManager = L.Class.extend({
    this._zoomControl = new L.Control.Zoom();
    this._controls.push(this._zoomControl);

    // Leaflet built-in fullscreen doesn't work for outside controls
    // this._fullscreenControl = new L.Control.Fullscreen();
    // this._controls.push(this._fullscreenControl);

    this._viewCenterControl = new ViewCenterControl();
    this._controls.push(this._viewCenterControl);