Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata authored May 1, 2024
1 parent bd56bbb commit 90292de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Visualizer/components/TableNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const TableNode: FC<NodeProps> = ({ data }) => {
onMouseLeave={() => setSelectedColumn("")}
onClick={() => {
window.requestAnimationFrame(() => {
reactFlow.fitView();
reactFlow.fitView({ nodes: [{ id: 'Generic.Booking' }]});
})
}}
>
Expand Down

0 comments on commit 90292de

Please sign in to comment.