Always show cursor header

This commit is contained in:
Szymon Kłos 2019-03-11 15:57:24 +01:00
parent 4612d10244
commit 3b0478baab

View file

@ -1701,6 +1701,8 @@ L.TileLayer = L.GridLayer.extend({
else if (viewCursorMarker) {
this._viewLayerGroup.removeLayer(viewCursorMarker);
}
this._viewCursors[viewId].marker.showCursorHeader();
},
updateAllViewCursors : function() {