Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
fix(core): ensure primitive is participated in animation loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Aug 12, 2021
1 parent f2f87b8 commit 3786939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/lib/primitive/primitive.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class PrimitiveDirective<TObject = unknown>
this._object = value;
if (value) {
this.ready.emit(value);
this.participate(value);
}
}

Expand Down

0 comments on commit 3786939

Please sign in to comment.