Fix player layer duplicating in some situations
This commit is contained in:
parent
8151dfaab5
commit
ee8607ed6d
@ -77,7 +77,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
unmounted() {
|
||||
this.leaflet.removeLayer(this.layerGroup);
|
||||
this.leaflet.getLayerManager().removeLayer(this.layerGroup);
|
||||
},
|
||||
|
||||
render() {
|
||||
|
Loading…
Reference in New Issue
Block a user