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: ```html hightlight=[2] <div leaflet leafletDraw [leafletOptions]="leafletOptions" (leafletDrawCanceled)="onDrawCanceled($event)" <!-- we need this --> > ... </div> ```