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

New commits:
commit 7ab27b78370a55a8c8cbb11828a2091bcdc36a3d
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Mon Sep 7 09:51:04 2020 +0200
Commit:     Szymon Kłos <szymon.k...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@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) {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to