Skip to content

Commit

Permalink
feat: add pan and zoom support for MiniMap (#13382)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyTao authored Feb 8, 2025
1 parent 982bca5 commit b3ae6b6
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 b3ae6b6

Please sign in to comment.