fix: don't add new timeline unless required

This commit is contained in:
Björn Fromme
2025-03-26 14:07:35 +01:00
parent 266aa8f10a
commit d0be1dcd18
@@ -67,6 +67,9 @@ class TimelineService
} }
} }
$rowIndex = $index; $rowIndex = $index;
if (true === $fitsRow) {
break;
}
} }
if (false === $fitsRow) { if (false === $fitsRow) {