Open
Description
Description
When using the code in the undo-redo-control.tsx file of the Drawing example, event listeners attached to new polygons don't fire.
Steps to Reproduce
- Add an event listener to the
overlaycompleted
event on thedrawingManager
- When that even fires, add listeners to the
insert_at
,remove_at
,set_at
events. - These event listeners don't fire...
- Removing the
undo-redo-control.tsx
code allows them to fire just fine.
Environment
- Library version:
- Google maps version: weekly
- Browser and Version:
- OS:
Logs
No response