Skip to content

Clicking a link handle disables linking #512

@ebaratte

Description

@ebaratte

On each chart item, link handles (blue dots) can be dragged from to create links between different items.

The specific issue arises when clicking (instead of dragging from) a link handle: the handle itself, as well as all other handles are permanently disabled. One needs to fully reload the chart to make it work again.

After a bit of investigation, I believe that the issue lies in

dragRef.beforeStarted.subscribe(() => {
: clicking the handle emits the beforeStarted event, but no other events are emitted when releasing the mouse button (in particular the ended event)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions