mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
Try 'keep' instead of 'const'
This commit is contained in:
parent
27ff329981
commit
60027e664f
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user