diff --git a/src/pages/editor-page/canvas/canvas.tsx b/src/pages/editor-page/canvas/canvas.tsx index a9655da0..383dffd4 100644 --- a/src/pages/editor-page/canvas/canvas.tsx +++ b/src/pages/editor-page/canvas/canvas.tsx @@ -464,10 +464,6 @@ export const Canvas: React.FC = ({ initialTables }) => { ); useEffect(() => { - if (areas.length == 0) { - return; - } - const checkParentAreas = debounce(() => { const updatedTables = updateTablesParentAreas(tables, areas); const needsUpdate: Array<{