loleaflet/src/control/Control.MobileWizard.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit da4cc52069096df16df958c988404891d6479be7 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Wed Sep 25 13:42:05 2019 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Wed Sep 25 13:42:05 2019 +0200 jsdialogs: set current depth to 0 on reset Change-Id: I8e445d8b22e5f6eec7683588b70599c55c61ed8e diff --git a/loleaflet/src/control/Control.MobileWizard.js b/loleaflet/src/control/Control.MobileWizard.js index dfbea872d..0a1498e67 100644 --- a/loleaflet/src/control/Control.MobileWizard.js +++ b/loleaflet/src/control/Control.MobileWizard.js @@ -56,6 +56,7 @@ L.Control.MobileWizard = L.Control.extend({ _onMobileWizard: function(data) { if (data) { this._isActive = true; + this._currentDepth = 0; this._showWizard(); this._hideKeyboard(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits