loleaflet/src/control/Control.MobileWizard.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3dafa72a3c9b8ee75f3b21cd18e37b5ca43890e9
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue Dec 10 10:34:49 2019 +0100
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue Dec 10 10:35:00 2019 +0100

    jsdialog: reset current path when switched tab
    
    Change-Id: I01221134c9726a858670584cb308a71ed049321a

diff --git a/loleaflet/src/control/Control.MobileWizard.js 
b/loleaflet/src/control/Control.MobileWizard.js
index a66479c33..0a17ac6bf 100644
--- a/loleaflet/src/control/Control.MobileWizard.js
+++ b/loleaflet/src/control/Control.MobileWizard.js
@@ -190,7 +190,7 @@ L.Control.MobileWizard = L.Control.extend({
 
        selectedTab: function(tabText) {
                if (this._currentPath && this._currentPath.length) {
-                       this._currentPath[0] = tabText;
+                       this._currentPath = [tabText];
                }
        },
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to