File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
soba/gizmos/src/lib/pivot-controls Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ export class NgtRenderer2 implements Renderer2 {
376
376
}
377
377
378
378
for ( const platformChildNode of newChild [ 'childNodes' ] || [ ] ) {
379
+ if ( ! isRendererNode ( platformChildNode ) ) continue ;
379
380
this . appendChild ( parent , platformChildNode ) ;
380
381
}
381
382
Original file line number Diff line number Diff line change @@ -128,13 +128,7 @@ const defaultOptions: NgtsPivotControlsOptions = {
128
128
selector : 'ngts-pivot-controls' ,
129
129
template : `
130
130
<ngt-group #parent>
131
- <ngt-group
132
- #group
133
- [matrix]="matrix()"
134
- [matrixAutoUpdate]="false"
135
- [parameters]="parameters()"
136
- (pointerover)="(undefined)"
137
- >
131
+ <ngt-group #group [matrix]="matrix()" [matrixAutoUpdate]="false" [parameters]="parameters()">
138
132
<ngt-group #gizmo [visible]="visible()" [position]="offset()" [rotation]="rotation()">
139
133
@if (enabled()) {
140
134
@let _disableAxes = disableAxes();
You can’t perform that action at this time.
0 commit comments