Release v0.3.0 #26

Merged
HEL merged 6 commits from release/v0.3.0 into dev 2026-02-04 13:38:24 +00:00
13 changed files with 3957 additions and 3839 deletions
Showing only changes of commit a46bb8534b - Show all commits

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)