hotfix: unmerge super large tables
This commit is contained in:
parent
09c18c110a
commit
90a1187921
@ -222,7 +222,7 @@ public class TOCEnrichmentService {
|
||||
return table.getRows()
|
||||
.stream()
|
||||
.flatMap(Collection::stream)
|
||||
.anyMatch(cell -> !cell.getHeaderCells().isEmpty());
|
||||
.allMatch(cell -> cell.getHeaderCells().isEmpty());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user