You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
ngx-gantt/packages/gantt/src/components/bar/bar-drag.ts
Line 285 in 2373719
beforeStarted
event, but no other events are emitted when releasing the mouse button (in particular theended
event)The text was updated successfully, but these errors were encountered: