ngx-leaflet-draw icon indicating copy to clipboard operation
ngx-leaflet-draw copied to clipboard

Event emitter for draw:canceled not available

Open ma7moudat opened this issue 2 years ago • 0 comments

Similar to issue https://github.com/Leaflet/Leaflet.draw/issues/1010, it would be nice to be have an event emitter for draw:canceled like all (or most) other events:

<div
    leaflet
    leafletDraw
    [leafletOptions]="leafletOptions"
    (leafletDrawCanceled)="onDrawCanceled($event)" <!-- we need this -->
>
...
</div>

ma7moudat avatar Jan 18 '23 09:01 ma7moudat