gantt-task-react-powern 0.4.83 → 0.4.84
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 +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2891,6 +2891,12 @@ var Gantt = function Gantt(_ref) {
|
|
|
2891
2891
|
|
|
2892
2892
|
if (leafTasks.length > 0 && primaryPath.length === 0 && secondaryPath.length === 0) {
|
|
2893
2893
|
setHasCircularDeps(true);
|
|
2894
|
+
} else {
|
|
2895
|
+
if (hasCircularDeps && localStorage.getItem('hideCircularDepsAlert') === 'true') {
|
|
2896
|
+
localStorage.removeItem('hideCircularDepsAlert');
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
setHasCircularDeps(false);
|
|
2894
2900
|
}
|
|
2895
2901
|
|
|
2896
2902
|
uncolorAll(tasks);
|