loleaflet/src/layer/tile/TileLayer.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit e5dfd6a2f27450007f11ff017d919ab69422c665 Author: gokaysatir <[email protected]> AuthorDate: Fri Jul 10 23:36:10 2020 +0300 Commit: Henry Castro <[email protected]> CommitDate: Wed Jul 15 14:45: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]> diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js index e19626eb2..09eea8893 100644 --- a/loleaflet/src/layer/tile/TileLayer.js +++ b/loleaflet/src/layer/tile/TileLayer.js @@ -1692,6 +1692,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
