mirror of
https://github.com/chartdb/chartdb.git
synced 2025-10-23 07:11:56 +00:00
solve issue with multiple render of tables (#824)
This commit is contained in:
@@ -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<{
|
||||
|
Reference in New Issue
Block a user