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

Ashod Nakashian (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 01:57:52 UTC 2020


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

New commits:
commit 23f484813116a9e130e697708dbb4621da163712
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Tue Feb 25 20:51:58 2020 -0500
Commit:     Ashod Nakashian <ashnakash at gmail.com>
CommitDate: Wed Feb 26 02:57:33 2020 +0100

    leaflet: don't hide the keyboard when changing selection
    
    We now don't change the keyboard state when the user
    drags the selection markers.
    
    Change-Id: Ic3dec8011808df8d1028e1925190854a50588e1c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89492
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js
index 6f7c924eb..c38e132d0 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -2623,7 +2623,6 @@ L.TileLayer = L.GridLayer.extend({
 		}
 		if (e.type === 'dragend') {
 			e.target.isDragged = false;
-			this._map.focus();
 			this._map.fire('scrollvelocity', {vx: 0, vy: 0});
 		}
 


More information about the Libreoffice-commits mailing list