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 732274f commit e3dccfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Visualizer/components/TableNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ export const TableNode: FC<NodeProps> = ({ data }) => {
onClick={() => {
window.requestAnimationFrame(() => {
reactFlow.fitView({
duration: 500,
nodes: [{ id: '1' }]
duration: 500
});
})
}}
Expand Down

0 comments on commit e3dccfb

Please sign in to comment.