-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
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(() => { |
beforeStarted event, but no other events are emitted when releasing the mouse button (in particular the ended event)Metadata
Metadata
Assignees
Labels
No labels