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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 7 08:33:44 UTC 2020


 loleaflet/src/control/Control.Notebookbar.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7ab27b78370a55a8c8cbb11828a2091bcdc36a3d
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Sep 7 09:51:04 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Sep 7 10:33:15 2020 +0200

    Notebookbar: don't add multiple shortcut bars in the DOM
    
    Change-Id: Ic537ac7181174cfbbc9c7e3da6336d51a0f188ef
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102147
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/src/control/Control.Notebookbar.js b/loleaflet/src/control/Control.Notebookbar.js
index ac2ce11f4..cb7d9a173 100644
--- a/loleaflet/src/control/Control.Notebookbar.js
+++ b/loleaflet/src/control/Control.Notebookbar.js
@@ -78,6 +78,7 @@ L.Control.Notebookbar = L.Control.extend({
 		$('.root-container.notebookbar').remove();
 		$('.ui-tabs.notebookbar').remove();
 		$('.notebookbar-scroll-wrapper').remove();
+		$('.notebookbar-shortcuts-bar').remove();
 	},
 
 	loadTab: function(tabJSON) {


More information about the Libreoffice-commits mailing list