[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/src
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 10 10:12:40 UTC 2019
loleaflet/src/control/Control.MobileWizard.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 668cd8c0bf2eddc6ea8a3be9852ed059b2d3e874
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:37:14 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