Skip to content

Commit

Permalink
feat: set tagStyle flag to true for viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-sea committed Oct 13, 2023
1 parent 6c37b9b commit af5357f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/scene-composer/src/SceneViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const SceneViewer: React.FC<SceneViewerProps> = ({ sceneComposerId, confi
[COMPOSER_FEATURES.Overlay]: true,
[COMPOSER_FEATURES.TagResize]: true,
[COMPOSER_FEATURES.Matterport]: true,
[COMPOSER_FEATURES.TagStyle]: true,
},
}}
onSceneLoaded={onSceneLoaded}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`SceneViewer should render correctly 1`] = `
data-testid="webgl-root"
>
<div
config="{\\"mode\\":\\"Viewing\\",\\"featureConfig\\":{\\"SceneHierarchySearch\\":true,\\"SceneHierarchyReorder\\":true,\\"SubModelSelection\\":true,\\"ENHANCED_EDITING\\":true,\\"CameraView\\":true,\\"OpacityRule\\":true,\\"Overlay\\":true,\\"TagResize\\":true,\\"Matterport\\":true}}"
config="{\\"mode\\":\\"Viewing\\",\\"featureConfig\\":{\\"SceneHierarchySearch\\":true,\\"SceneHierarchyReorder\\":true,\\"SubModelSelection\\":true,\\"ENHANCED_EDITING\\":true,\\"CameraView\\":true,\\"OpacityRule\\":true,\\"Overlay\\":true,\\"TagResize\\":true,\\"Matterport\\":true,\\"TagStyle\\":true}}"
data-mocked="SceneComposerInternal"
onSceneLoaded={[Function]}
sceneComposerId="123"
Expand Down

0 comments on commit af5357f

Please sign in to comment.