mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-05-01 19:12:54 +02:00
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