Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

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

@Nathan-Ryan

Description

@Nathan-Ryan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions