Hide control tooltips on #map-ui expansion, closes #55
This commit is contained in:
parent
5e06cabb74
commit
d3e99bc8bd
3 changed files with 3 additions and 0 deletions
|
@ -230,6 +230,7 @@ L.OSM.share = function (options) {
|
|||
|
||||
update();
|
||||
options.sidebar.togglePane($ui, button);
|
||||
$('.leaflet-control .control-button').tooltip('hide');
|
||||
}
|
||||
|
||||
function toggleMarker() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue