[Libreoffice-commits] online.git: loleaflet/src
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 17 15:59:17 UTC 2020
loleaflet/src/layer/tile/CalcTileLayer.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6a70aeaad8c6a01d53f9ebb16b7d7327ebf688a2
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Mon Sep 14 13:37:29 2020 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Thu Sep 17 17:58:58 2020 +0200
loleaflet: Hide the visibility of the cursor by default
When loading a spreadsheet document, the server should send a message
to show the cursor appropriately
Change-Id: I520a2b21fab903fc6b17ea612bbe1691ef311dbd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102692
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Henry Castro <hcastro at collabora.com>
diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js b/loleaflet/src/layer/tile/CalcTileLayer.js
index e6813ad65..66e264817 100644
--- a/loleaflet/src/layer/tile/CalcTileLayer.js
+++ b/loleaflet/src/layer/tile/CalcTileLayer.js
@@ -54,6 +54,7 @@ L.CalcTileLayer = BaseTileLayer.extend({
},
beforeAdd: function (map) {
+ map._isCursorVisible = false;
map._addZoomLimit(this);
map.on('zoomend', this._onZoomRowColumns, this);
map.on('updateparts', this._onUpdateParts, this);
More information about the Libreoffice-commits
mailing list