gantt-task-react-powern 0.4.45 → 0.4.46
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 +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -372,8 +372,6 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
|
|
|
372
372
|
return t.id;
|
|
373
373
|
}));
|
|
374
374
|
}, [leafTasks]);
|
|
375
|
-
console.debug("THe leafTask ids: ", leafTaskIds);
|
|
376
|
-
console.debug("The visible Tasks", tasks);
|
|
377
375
|
return React__default.createElement("div", {
|
|
378
376
|
className: styles$1.taskListWrapper,
|
|
379
377
|
style: {
|
|
@@ -409,7 +407,7 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
|
|
|
409
407
|
style: {
|
|
410
408
|
paddingLeft: t.depth * 4 + "px"
|
|
411
409
|
}
|
|
412
|
-
},
|
|
410
|
+
}, !leafTaskIds.has(t.id) ? React__default.createElement("div", {
|
|
413
411
|
className: styles$1.taskListExpander,
|
|
414
412
|
onClick: function onClick() {
|
|
415
413
|
return onExpanderClick(t);
|