loleaflet/src/layer/tile/TileLayer.js | 1 - 1 file changed, 1 deletion(-)
New commits: commit 23f484813116a9e130e697708dbb4621da163712 Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> AuthorDate: Tue Feb 25 20:51:58 2020 -0500 Commit: Ashod Nakashian <ashnak...@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 <ashnak...@gmail.com> Reviewed-by: Ashod Nakashian <ashnak...@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}); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits