[Libreoffice-commits] online.git: loleaflet/src

Ashod Nakashian (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 16 18:02:40 UTC 2019


 loleaflet/src/map/Map.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit aae1eae9e4a7503d5d6cb0fe4f6ba573c73f7933
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Mon Dec 16 08:41:18 2019 -0500
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Mon Dec 16 19:02:23 2019 +0100

    leaflet: don't show the sidebar wizard in Impress
    
    Only Impress seems to be affected by this lack of
    proper initialization.
    
    Change-Id: I5c870d8afaf7c7403071c61ed26ba321070264d0
    Reviewed-on: https://gerrit.libreoffice.org/85220
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index d80a60f4b..58d9cf849 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -111,6 +111,7 @@ L.Map = L.Evented.extend({
 		this._disableDefaultAction = {}; // The events for which the default handler is disabled and only issues postMessage.
 		this._winId = 0;
 		this._activeDialog = null;
+		this.showSidebar = false;
 
 		vex.dialogID = -1;
 


More information about the Libreoffice-commits mailing list