mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-24 02:00:04 +08:00
Add a setting to resize table width (#21)
This commit is contained in:
@@ -39,7 +39,7 @@ export default function Table(props) {
|
||||
key={tableData.id}
|
||||
x={tableData.x}
|
||||
y={tableData.y}
|
||||
width={200}
|
||||
width={settings.tableWidth}
|
||||
height={height}
|
||||
className="group drop-shadow-lg rounded-md cursor-move"
|
||||
onMouseDown={onMouseDown}
|
||||
|
||||
Reference in New Issue
Block a user