We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ed3f7 commit 914fdafCopy full SHA for 914fdaf
packages/model-viewer/src/three-components/ARRenderer.ts
@@ -1149,7 +1149,10 @@ export class ARRenderer extends EventDispatcher<
1149
this.handleScalingInXR(scene, delta);
1150
1151
if (pivot.parent !== scene) {
1152
- return; // attached to controller instead
+ // attached to controller instead
1153
+ // when moving the model, the menu panel should disapear
1154
+ this.updateMenuPanel(scene, box, delta);
1155
+ return;
1156
}
1157
1158
const source = this.updatePivotPosition(scene, delta);
0 commit comments