summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-12-16 08:41:18 -0500
committerMichael Meeks <michael.meeks@collabora.com>2019-12-16 19:02:23 +0100
commitaae1eae9e4a7503d5d6cb0fe4f6ba573c73f7933 (patch)
tree42e422bb2ac8f566ee4b9a7ce78d14e5349a63b0
parentb4de4d77d00396f0ab4422bf14d50d7a1c2bdddb (diff)
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@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
-rw-r--r--loleaflet/src/map/Map.js1
1 files changed, 1 insertions, 0 deletions
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;