toolbar buttons to select shape

This commit is contained in:
Joeri Exelmans 2025-10-14 18:41:03 +02:00
parent a73d51a31a
commit 5ffa084516
14 changed files with 367 additions and 239 deletions

View file

@ -231,7 +231,7 @@ function peg$parse(input, options) {
};
}
function peg$f1(event, param) {
return {kind: "event", event, param: param ? param[1] : undefined};
return {kind: "event", event, paramName: param ? param[1] : undefined};
}
function peg$f2(dur) {
return {kind: "after", durationMs: dur};