forked from HEL/chronos
fixed group sizing with syncs
This commit is contained in:
@ -21,6 +21,10 @@
|
||||
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" {
|
||||
let (i0, i1) = get-group-span(participants, elmt)
|
||||
min-i = calc.min(min-i, i0)
|
||||
max-i = calc.max(max-i, i1)
|
||||
}
|
||||
}
|
||||
return (min-i, max-i)
|
||||
|
Reference in New Issue
Block a user