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.
@@ -371,6 +371,8 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
371
371
  return t.id;
372
372
  }));
373
373
  }, [leafTasks]);
374
+ console.debug("THe leafTask ids: ", leafTaskIds);
375
+ console.debug("The visible Tasks", tasks);
374
376
  return React.createElement("div", {
375
377
  className: styles$1.taskListWrapper,
376
378
  style: {
@@ -2812,7 +2814,7 @@ var Gantt = function Gantt(_ref) {
2812
2814
  fontFamily: fontFamily,
2813
2815
  fontSize: fontSize,
2814
2816
  tasks: barTasks,
2815
- leafTasks: barTasks,
2817
+ leafTasks: leafTasks,
2816
2818
  locale: locale,
2817
2819
  headerHeight: headerHeight,
2818
2820
  scrollY: scrollY,