Skip to content

Commit

Permalink
feat: add pan and zoom support for MiniMap
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyTao committed Feb 8, 2025
1 parent 982bca5 commit 9f69728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app/components/workflow/operator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
return (
<>
<MiniMap
pannable
zoomable
style={{
width: 102,
height: 72,
Expand Down

0 comments on commit 9f69728

Please sign in to comment.