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.
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", {