forked from HEL/chronos
refactored groups to use CeTZ style + fixed spacing
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
let pars-i = get-participants-i(participants)
|
||||
|
||||
for elmt in group.elmts {
|
||||
if not is-elmt(elmt) {
|
||||
continue
|
||||
}
|
||||
if elmt.type == "seq" {
|
||||
let i1 = pars-i.at(elmt.p1)
|
||||
let i2 = pars-i.at(elmt.p2)
|
||||
|
Reference in New Issue
Block a user