We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a02dfd commit 87ec225Copy full SHA for 87ec225
src/leaflet/overlay/MapVLayer.js
@@ -72,6 +72,7 @@ export var MapVLayer = L.Layer.extend({
72
// zoomstart: this._hide,
73
// zoomend: this._show
74
// }, this);
75
+ this.renderer.unbindEvent();
76
},
77
78
/**
0 commit comments