gantt-task-react-powern 0.4.31 → 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", {