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
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.
The text was updated successfully, but these errors were encountered:
Nathan-Ryan
changed the title
Polygon output (polyDblClick) not working
Polygon output (polyDblClick) not working (typo in event name 'dbclick')
Nov 12, 2017
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.
The text was updated successfully, but these errors were encountered: