more stuff
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -42,3 +42,6 @@ a.py
|
||||
*.dxf
|
||||
/public/*.dxf
|
||||
/pages/api/auth/*
|
||||
|
||||
/cypress
|
||||
cypress.json
|
||||
@@ -75,7 +75,7 @@ export default function Manual() {
|
||||
<div className="flex flex-col">
|
||||
<Pane width={480}>
|
||||
{points.map((point, index) => (
|
||||
<Pane className="flex flex-row">
|
||||
<Pane className="flex flex-row items-center">
|
||||
<TextInputField
|
||||
id={`len-${index}`}
|
||||
placeholder="0 m"
|
||||
@@ -114,6 +114,7 @@ export default function Manual() {
|
||||
}}
|
||||
></TextInputField>
|
||||
<Button
|
||||
className="mb-5"
|
||||
appearance="minimal"
|
||||
onClick={() => {
|
||||
let newPoints = points;
|
||||
|
||||
Reference in New Issue
Block a user