Closed ericdong79 closed 2 years ago
This is to fix a regression introduced in previous PR #15, in which I added onStop method, but missed that it needs to call the onStop from DrawPolygon. Otherwise the draw.create event cannot be fired properly. Thanks.
onStop
DrawPolygon
draw.create
Thanks @ericdong79
This is to fix a regression introduced in previous PR #15, in which I added
onStop
method, but missed that it needs to call theonStop
fromDrawPolygon
. Otherwise thedraw.create
event cannot be fired properly. Thanks.