Skip to content

Commit 8a6526c

Browse files
committed
fix(soba): add content projection for orbit controls
1 parent 3b01ce5 commit 8a6526c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/soba/controls/src/orbit-controls/orbit-controls.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ declare global {
3333
selector: 'ngts-orbit-controls',
3434
standalone: true,
3535
template: `
36-
<ngt-primitive *args="args()" ngtCompound [enableDamping]="enableDamping()" />
36+
<ngt-primitive *args="args()" ngtCompound [enableDamping]="enableDamping()">
37+
<ng-content />
38+
</ngt-primitive>
3739
`,
3840
imports: [NgtArgs],
3941
schemas: [CUSTOM_ELEMENTS_SCHEMA],

0 commit comments

Comments
 (0)