forked from kevin/meshtastic_mqtt_server
leaflet 与自定义的 handleMapContextMenu 都挂在 mapEl 容器上,普通 stopPropagation 不能阻止同节点上的后续监听器。改用 stopImmediatePropagation 并显式重置 menuMap,确保右键 marker 只显示 节点菜单。
leaflet 与自定义的 handleMapContextMenu 都挂在 mapEl 容器上,普通 stopPropagation 不能阻止同节点上的后续监听器。改用 stopImmediatePropagation 并显式重置 menuMap,确保右键 marker 只显示 节点菜单。