Skip to content

Commit

Permalink
🥕 v0.17.0-b18 🌱 ThreeD: Home Design
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-mcgee committed Jan 5, 2025
1 parent 7a7f39c commit 3d5a61b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/lib/threed/HomeDesign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3425,10 +3425,12 @@ const ViewProperties = () => {
maxLength={8}
/>
cm
{/* <input type='checkbox' id='flipX'
|
Flip X
<input type='checkbox'
id='flipX'
// onChange={() => flipX(this.checked)}
/>
Flip X */}
</td>
</tr>
<tr>
Expand All @@ -3453,11 +3455,12 @@ const ViewProperties = () => {
maxLength={8}
/>
cm
{/* <input type='checkbox'
|
Flip Z
<input type='checkbox'
id='flipZ'
// onChange={() => flipZ(this.checked)}
/>
Flip Z */}
</td>
</tr>
<tr>
Expand All @@ -3473,7 +3476,7 @@ const ViewProperties = () => {
<td>
<button
className='moreInfoBtn'
// onClick={() => showModel3dView()}
onClick={(event) => showModel3dView(event)}
>
VIEW 3D MODEL
</button>
Expand Down

1 comment on commit 3d5a61b

@vercel
Copy link

@vercel vercel bot commented on 3d5a61b Jan 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.