Update packages/core/pattern.mjs
This commit is contained in:
parent
c77675c492
commit
63f42faca8
1 changed files with 1 additions and 1 deletions
|
|
@ -2363,7 +2363,7 @@ export const { juxBy, juxby } = register(['juxBy', 'juxby'], function (by, func,
|
|||
export const { juxFlipBy, juxflipby, fluxBy, fluxby } = register(
|
||||
['juxFlipBy', 'juxflipby', 'fluxBy', 'fluxby'],
|
||||
function (by, func, pat) {
|
||||
return slowcat(pat._juxBy(by, func, pat), pat._juxBy(-by, func, pat));
|
||||
return pat.juxBy(slowcat(by, -by), func);
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue