Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polygon output (polyDblClick) not working (typo in event name 'dbclick') #1202

Closed
Nathan-Ryan opened this issue Oct 16, 2017 · 0 comments
Closed

Comments

@Nathan-Ryan
Copy link

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.

@Nathan-Ryan Nathan-Ryan changed the title Polygon output (polyDblClick) not working Polygon output (polyDblClick) not working (typo in event name 'dbclick') Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant