mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 23:28:30 +00:00
fix: reify hydra pattern
This commit is contained in:
parent
d06b70c28d
commit
610c848ff4
@ -47,4 +47,4 @@ export function clearHydra() {
|
||||
globalThis.shape = controls.shape;
|
||||
}
|
||||
|
||||
export const H = (p) => () => p.queryArc(getTime(), getTime())[0].value;
|
||||
export const H = (p) => () => reify(p).queryArc(getTime(), getTime())[0].value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user