Fix context menu
This commit is contained in:
parent
de5352625d
commit
9bb797f23a
@ -169,7 +169,6 @@ export default defineComponent({
|
|||||||
watch(event, value => {
|
watch(event, value => {
|
||||||
if(value) {
|
if(value) {
|
||||||
props.leaflet.closePopup();
|
props.leaflet.closePopup();
|
||||||
props.leaflet.closeTooltip();
|
|
||||||
nextTick(() => menuElement.value && focusFirstItem());
|
nextTick(() => menuElement.value && focusFirstItem());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user