toolbar buttons to select shape
This commit is contained in:
parent
a73d51a31a
commit
5ffa084516
14 changed files with 367 additions and 239 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue