fixed typo in core/draw/participant.typ
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
// Compute lifeline rectangles + destruction positions
|
// Compute lifeline rectangles + destruction positions
|
||||||
for event in ctx.lifelines.at(p.i).events {
|
for event in ctx.lifelines.at(p.i).events {
|
||||||
if event.type == "create" {
|
if event.type == "create" {
|
||||||
last-y = line.at(1)
|
last-y = event.y
|
||||||
|
|
||||||
} else if event.type == "enable" {
|
} else if event.type == "enable" {
|
||||||
if stack.len() == 0 {
|
if stack.len() == 0 {
|
||||||
|
Reference in New Issue
Block a user