remove errors (#703)

This commit is contained in:
Kurt Hutten
2023-09-25 17:28:03 +10:00
committed by GitHub
parent a03d09b41d
commit c271942897
16 changed files with 12 additions and 26 deletions

View File

@ -70,13 +70,12 @@ export const DebugPanel = ({ className, ...props }: CollapsiblePanelProps) => {
className="w-16"
type="checkbox"
checked={sketchModeCmd.ortho}
onChange={(a) => {
console.log(a, (a as any).checked)
onChange={(a) =>
setSketchModeCmd({
...sketchModeCmd,
ortho: a.target.checked,
})
}}
}
/>
</div>
<ActionButton