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