mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 18:39:12 +00:00
36 + 50 + 7 -> 36 + 57
This commit is contained in:
parent
217b7e8234
commit
7641c111e2
@ -5,7 +5,7 @@ import { calcPath } from "../utils/calcPath";
|
||||
function Table({ table, grab }) {
|
||||
const [isHovered, setIsHovered] = useState(false);
|
||||
const [hoveredField, setHoveredField] = useState(-1);
|
||||
const height = table.fields.length * 36 + 50 + 7;
|
||||
const height = table.fields.length * 36 + 57;
|
||||
return (
|
||||
<foreignObject
|
||||
key={table.name}
|
||||
|
Loading…
Reference in New Issue
Block a user