[Libreoffice-commits] online.git: loleaflet/src

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Aug 26 18:20:40 UTC 2018


 loleaflet/src/layer/tile/TileLayer.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ccb20d551eca72dbbd651f60f459518a891c3165
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Aug 22 16:45:38 2018 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Sun Aug 26 14:20:00 2018 -0400

    loleaflet: mobile: remove more invalid focus
    
    Change-Id: I10dd64d388dcf640ee2c2a7744408b13834ef044

diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js
index f0e8761a1..37e2467bf 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -282,7 +282,6 @@ L.TileLayer = L.GridLayer.extend({
 		for (var key in this._selectionHandles) {
 			this._selectionHandles[key].on('drag dragend', this._onSelectionHandleDrag, this);
 		}
-		this._map.focus();
 
 		map.setPermission(this.options.permission);
 


More information about the Libreoffice-commits mailing list