Always show cursor header
This commit is contained in:
parent
4612d10244
commit
3b0478baab
1 changed files with 2 additions and 0 deletions
|
@ -1701,6 +1701,8 @@ L.TileLayer = L.GridLayer.extend({
|
|||
else if (viewCursorMarker) {
|
||||
this._viewLayerGroup.removeLayer(viewCursorMarker);
|
||||
}
|
||||
|
||||
this._viewCursors[viewId].marker.showCursorHeader();
|
||||
},
|
||||
|
||||
updateAllViewCursors : function() {
|
||||
|
|
Loading…
Reference in a new issue