fix for not being able to click button inside tooltip when node was searched
This commit is contained in:
@ -1779,7 +1779,10 @@
|
||||
});
|
||||
|
||||
// open tooltip for node
|
||||
map.openTooltip(getTooltipContentForNode(node), nodeMarker.getLatLng());
|
||||
map.openTooltip(getTooltipContentForNode(node), nodeMarker.getLatLng(), {
|
||||
interactive: true, // allow clicking buttons inside tooltip
|
||||
permanent: true, // don't auto dismiss when clicking buttons inside tooltip
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user