fix: measure sync group span on sync-end

This commit is contained in:
2026-02-04 14:29:26 +01:00
parent 00d52fe83f
commit a46bb8534b

View File

@@ -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)