loleaflet/src/layer/tile/TileLayer.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit 53ef2d33d00b51d44ab3370771ec8f23c69d760e Author: gokaysatir <[email protected]> AuthorDate: Fri Jul 10 23:36:10 2020 +0300 Commit: Aron Budea <[email protected]> CommitDate: Tue Aug 11 22:58:44 2020 +0200 loleaflet: Remove carret marker when text selected. Change-Id: Ifc055f852857188e4d35b9db1db62638ad5a27a5 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98546 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Michael Meeks <[email protected]> Reviewed-by: Henry Castro <[email protected]> (cherry picked from commit e5dfd6a2f27450007f11ff017d919ab69422c665) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100363 Reviewed-by: Aron Budea <[email protected]> diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js index 0e1845706..726a5a5b2 100644 --- a/loleaflet/src/layer/tile/TileLayer.js +++ b/loleaflet/src/layer/tile/TileLayer.js @@ -1668,6 +1668,7 @@ L.TileLayer = L.GridLayer.extend({ weight: 2, opacity: 0.25}); this._selections.addLayer(selection); + this._map.removeLayer(this._map._textInput._cursorHandler); // User selected a text, we remove the carret marker. if (this._selectionContentRequest) { clearTimeout(this._selectionContentRequest); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
