solve issue with multiple render of tables (#824)

This commit is contained in:
Guy Ben-Aharon
2025-08-03 22:13:18 +03:00
committed by GitHub
parent 0c7eaa2df2
commit 2fdad2344c

View File

@@ -464,10 +464,6 @@ export const Canvas: React.FC<CanvasProps> = ({ initialTables }) => {
);
useEffect(() => {
if (areas.length == 0) {
return;
}
const checkParentAreas = debounce(() => {
const updatedTables = updateTablesParentAreas(tables, areas);
const needsUpdate: Array<{