fix: don't add new timeline unless required
This commit is contained in:
@@ -67,6 +67,9 @@ class TimelineService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$rowIndex = $index;
|
$rowIndex = $index;
|
||||||
|
if (true === $fitsRow) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (false === $fitsRow) {
|
if (false === $fitsRow) {
|
||||||
|
|||||||
Reference in New Issue
Block a user