This commit is contained in:
Kurt Hutten IrevDev
2022-11-28 19:44:08 +11:00
parent b671db1e81
commit 80f513401c
6 changed files with 30 additions and 12 deletions

View File

@ -20,9 +20,7 @@ export const Toolbar = () => {
</button>
)}
{guiMode.mode === 'sketch' && guiMode.sketchMode === 'points' && (
<button>
LineTo TODO
</button>
<button>LineTo TODO</button>
)}
{guiMode.mode !== 'default' && (
<button onClick={() => setGuiMode({ mode: 'default' })}>exit</button>