Add paths_changed events

Add the paths_changed event to emits in polygon.js
This commit is contained in:
Takachi67
2023-03-12 21:32:59 +01:00
committed by GitHub
parent 1fd921d2c1
commit 8ffab2d63a

View File

@@ -34,6 +34,7 @@ const events = [
'mouseover',
'mouseup',
'rightclick',
'paths_changed',
]
export default buildComponent({