Allow register in autocomplete, add vel as synonym for velocity, fix some controls

This commit is contained in:
Aria 2025-11-24 17:52:00 -06:00
parent cfeff26d42
commit a278f21f1b
2 changed files with 9 additions and 12 deletions

View file

@ -1587,7 +1587,6 @@ export const func = curry((a, b) => reify(b).func(a));
*
* @param {string | string[]} name name of the function, or an array of names to be used as synonyms
* @param {function} func function with 1 or more params, where last is the current pattern
* @noAutocomplete
*
*/
export function register(name, func, patternify = true, preserveSteps = false, join = (x) => x.innerJoin()) {