update max table size

This commit is contained in:
Guy Ben-Aharon
2024-08-29 09:12:10 +03:00
parent a53966cefc
commit ddddc0af08

View File

@@ -20,7 +20,7 @@ export type TableNodeType = Node<
'table'
>;
const MAX_TABLE_SIZE = 600;
const MAX_TABLE_SIZE = 450;
const MIN_TABLE_SIZE = 224;
export const TableNode: React.FC<NodeProps<TableNodeType>> = ({