You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Issue description
Looks like a typo in the event name. 'dbclick' should be 'dblclick'.
From the source{name: 'dbclick', handler: (ev: PolyMouseEvent) => this.polyDblClick.emit(ev)},
Steps to reproduce and a minimal demo of the problem
Try bind an expression to the (polyDblClick) output.
Current behavior
Not firing event.
Expected/desired behavior
Event is fired and output emitted.
Issue description
Looks like a typo in the event name.
'dbclick'should be'dblclick'.From the source
{name: 'dbclick', handler: (ev: PolyMouseEvent) => this.polyDblClick.emit(ev)},Steps to reproduce and a minimal demo of the problem
Try bind an expression to the (polyDblClick) output.
Current behavior
Not firing event.
Expected/desired behavior
Event is fired and output emitted.