[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/src
Ashod Nakashian (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 26 16:12:01 UTC 2020
loleaflet/src/layer/tile/TileLayer.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 60431983475c211cc4f875fa7bcbb30c3126e8c9
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Tue Feb 25 20:51:58 2020 -0500
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Feb 26 17:11:43 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>
(cherry picked from commit 23f484813116a9e130e697708dbb4621da163712)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89513
Tested-by: Andras Timar <andras.timar at collabora.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js
index 3fb939a49..b91f44350 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -2624,7 +2624,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