my tummy hurts

This commit is contained in:
1ilit
2023-09-19 15:48:41 +03:00
parent 2a0c5071a4
commit 50d49e380a
3 changed files with 7 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ export default function Table(props) {
key={props.id}
x={props.tableData.x}
y={props.tableData.y}
width={220}
width={200}
height={height}
style={{ cursor: "move" }}
onMouseDown={props.onMouseDown}