loleaflet/src/layer/tile/CalcTileLayer.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6a70aeaad8c6a01d53f9ebb16b7d7327ebf688a2
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Mon Sep 14 13:37:29 2020 -0400
Commit:     Henry Castro <hcas...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Henry Castro <hcas...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to