mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 21:37:42 -04:00
Try 'keep' instead of 'const'
This commit is contained in:
@@ -794,7 +794,7 @@ function _composeOp(a, b, func) {
|
||||
// pattern composers
|
||||
const composers = {
|
||||
set: (a, b) => b,
|
||||
const: id,
|
||||
keep: (a, b) => a,
|
||||
add: (a, b) => a + b,
|
||||
sub: (a, b) => a - b,
|
||||
mul: (a, b) => a * b,
|
||||
|
||||
Reference in New Issue
Block a user