gantt-task-react-powern 0.4.30 → 0.4.32

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.
@@ -410,7 +410,8 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
410
410
  style: {
411
411
  minWidth: parseInt(rowWidth) * 2,
412
412
  maxWidth: parseInt(rowWidth) * 2
413
- }
413
+ },
414
+ title: t.name
414
415
  }, React.createElement("div", {
415
416
  className: styles$1.taskListText
416
417
  }, taskLabelRenderer(t))), React.createElement("div", {
@@ -2835,7 +2836,6 @@ var Gantt = function Gantt(_ref) {
2835
2836
  secondaryLeaf = taskMap[secondaryLeaf].next;
2836
2837
  }
2837
2838
 
2838
- console.log(primaryPath, secondaryPath);
2839
2839
  return [primaryPath, secondaryPath];
2840
2840
  }
2841
2841