Skip to content

Commit 7c4d401

Browse files
authored
Merge pull request #147 from supabase-community/fix/empty-state-resizing
fix: schema empty state resizing
2 parents c8441ac + 4729d98 commit 7c4d401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/schema/empty-state-graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function EmptyStateGraph() {
9292
// it needs to happen on the next tick
9393
setTimeout(() => {
9494
reactFlowInstance.fitView({ padding: 1 })
95-
}, 0)
95+
}, 200)
9696
}
9797
}, [reactFlowInstance, showSidebar])
9898

0 commit comments

Comments
 (0)