gantt-task-react-powern 0.4.43 → 0.4.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -372,6 +372,8 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
372
372
  return t.id;
373
373
  }));
374
374
  }, [leafTasks]);
375
+ console.debug("THe leafTask ids: ", leafTaskIds);
376
+ console.debug("The visible Tasks", tasks);
375
377
  return React__default.createElement("div", {
376
378
  className: styles$1.taskListWrapper,
377
379
  style: {
@@ -2813,7 +2815,7 @@ var Gantt = function Gantt(_ref) {
2813
2815
  fontFamily: fontFamily,
2814
2816
  fontSize: fontSize,
2815
2817
  tasks: barTasks,
2816
- leafTasks: barTasks,
2818
+ leafTasks: leafTasks,
2817
2819
  locale: locale,
2818
2820
  headerHeight: headerHeight,
2819
2821
  scrollY: scrollY,