[Libreoffice-commits] online.git: loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 8 20:19:05 UTC 2018
loleaflet/src/map/Map.js | 2 --
1 file changed, 2 deletions(-)
New commits:
commit f4a87c63b9d1d433f12b3a871cb17b33971b99f6
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Aug 8 15:08:09 2018 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Wed Aug 8 16:18:22 2018 -0400
loleaflet: mobile: remove invalid input focus
Change-Id: Ieb29394daac95a7a0666a852e7e375ab6d665429
diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 4b78babe8..66493ec2e 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -830,7 +830,6 @@ L.Map = L.Evented.extend({
vex.dialogID = -1;
this._startInactiveTimer();
- this.focus();
return vex.close(id);
}
} else {
@@ -839,7 +838,6 @@ L.Map = L.Evented.extend({
}
this._startInactiveTimer();
- this.focus();
return false;
},
More information about the Libreoffice-commits
mailing list