mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 22:52:55 -04:00
revert changing removeUndefineds
This commit is contained in:
@@ -224,7 +224,7 @@ export class Pattern {
|
||||
* @returns Pattern
|
||||
*/
|
||||
_removeUndefineds() {
|
||||
return this._filterValues((val) => !!val);
|
||||
return this._filterValues((val) => val != undefined);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user