Skip to content

Commit 4729d98

Browse files
committed
increase timeout
1 parent c8441ac commit 4729d98

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)