[Libreoffice-commits] online.git: Branch 'feature/jsdialogs' - loleaflet/src

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 25 11:42:31 UTC 2019


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

New commits:
commit da4cc52069096df16df958c988404891d6479be7
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Sep 25 13:42:05 2019 +0200
Commit:     Szymon Kłos <szymon.klos at 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();


More information about the Libreoffice-commits mailing list