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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 10 09:35:21 UTC 2019


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

New commits:
commit 3dafa72a3c9b8ee75f3b21cd18e37b5ca43890e9
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Dec 10 10:34:49 2019 +0100
Commit:     Szymon Kłos <szymon.klos at 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];
 		}
 	},
 


More information about the Libreoffice-commits mailing list