File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1161,7 +1161,6 @@ export default {
1161
1161
const indexSearch = cycles[cycle]
1162
1162
if (indexSearch .length && ! this .collapseCycle .includes (cycle)) {
1163
1163
for (const task of indexSearch) {
1164
- if (! task .node .firstParent ) { return }
1165
1164
const section = graphSections[task .node .firstParent .id ] ?? = []
1166
1165
section .push (` ${ task .name } [title=${ task .name } ]` )
1167
1166
graphSections[task .node .firstParent .id ] = section
@@ -1427,7 +1426,6 @@ export default {
1427
1426
})
1428
1427
if (indexSearch) {
1429
1428
// ---------------REMOVE NODES BASED ON CYCLE POINT------------
1430
- if (! this .allChildrenLookUp [indexSearch .id ]) { return }
1431
1429
for (const config of this .allChildrenLookUp [indexSearch .id ]) {
1432
1430
if (config .name !== indexSearch .name ) {
1433
1431
// REMOVE NODES
You can’t perform that action at this time.
0 commit comments