diff --git a/src/core/utils.typ b/src/core/utils.typ index 4d6d003..0dd9ee9 100644 --- a/src/core/utils.typ +++ b/src/core/utils.typ @@ -42,7 +42,7 @@ let (i0, i1) = get-group-span(participants, elmt) min-i = calc.min(min-i, i0) max-i = calc.max(max-i, i1) - } else if elmt.type == "sync" { + } else if elmt.type == "sync-end" { let (i0, i1) = get-group-span(participants, elmt) min-i = calc.min(min-i, i0) max-i = calc.max(max-i, i1)