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

Clicking a link handle disables linking #512

Open
ebaratte opened this issue Feb 6, 2025 · 0 comments
Open

Clicking a link handle disables linking #512

ebaratte opened this issue Feb 6, 2025 · 0 comments

Comments

@ebaratte
Copy link

ebaratte commented Feb 6, 2025

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)

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