diff --git a/src/Container.ts b/src/Container.ts index 6c38585d..f020059f 100644 --- a/src/Container.ts +++ b/src/Container.ts @@ -189,7 +189,7 @@ export abstract class Container extends Node< * return node.getType() === 'Node' && node.getAbsoluteOpacity() < 1; * }); */ - find(selector): Collection { + find(selector): Collection { // protecting _generalFind to prevent user from accidentally adding // second argument and getting unexpected `findOne` result return this._generalFind(selector, false);