forked from HEL/chronos
		
	fixed ignored comment width with sync
This commit is contained in:
		| @@ -20,6 +20,16 @@ | ||||
|   let pars-i = get-participants-i(participants) | ||||
|   let cells = () | ||||
|  | ||||
|   // Unwrap syncs | ||||
|   let i = 0 | ||||
|   while i < elements.len() { | ||||
|     let elmt = elements.at(i) | ||||
|     if elmt.type == "sync" { | ||||
|       elements = elements.slice(0, i + 1) + elmt.elmts + elements.slice(i + 1) | ||||
|     } | ||||
|     i += 1 | ||||
|   } | ||||
|  | ||||
|   // Compute max lifeline levels | ||||
|   for elmt in elements { | ||||
|     if elmt.type == "seq" { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user