Hi team,
In the nested project demo: https://www.htmlelements.com/angular/demos/gantt/nested-project/, I disabled the project drag by setting
dragProject: false
. However, this doesn’t disable the dragging of tasks under . I attempted to use disableTaskDrag: true
, but it didn’t work.I think disableTaskDrag
might be broken. I need assistance in disabling task drag within nested projects.
Here is the StackBlitz link: https://stackblitz.com/edit/github-337rlo?file=src%2Fapp%2Fapp.component.ts
Thanks,
Y.Varshitha