diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx index 0c385fa0..6f730567 100644 --- a/src/components/EditorCanvas/Table.jsx +++ b/src/components/EditorCanvas/Table.jsx @@ -53,7 +53,7 @@ export default function Table(props) { .getElementById(`scroll_table_${tableData.id}`) .scrollIntoView({ behavior: "smooth" }); } - } + }; return ( <> @@ -260,7 +260,9 @@ export default function Table(props) { return (