We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8441ac + 4729d98 commit 7c4d401Copy full SHA for 7c4d401
apps/web/components/schema/empty-state-graph.tsx
@@ -92,7 +92,7 @@ export default function EmptyStateGraph() {
92
// it needs to happen on the next tick
93
setTimeout(() => {
94
reactFlowInstance.fitView({ padding: 1 })
95
- }, 0)
+ }, 200)
96
}
97
}, [reactFlowInstance, showSidebar])
98
0 commit comments