loleaflet/src/control/Control.MobileWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 668cd8c0bf2eddc6ea8a3be9852ed059b2d3e874 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: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]; } }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits