Toggle marker dragging
In order to reproduce:
Enable marker dragging
Click on the cluster to spiderify
Drag one of the spiderified markers
Disable marker dragging
Enable marker dragging again
The
forEach
loop of the markerclustergroup will iterate through all the markers, including the invisible ones
A
.dragging.enable()
call will be made on a marker which is not in the map