From b3ae6b634fa8211b1f73c48fd2a962ba4638deed Mon Sep 17 00:00:00 2001 From: Katy Tao <34019945+KatyTao@users.noreply.github.com> Date: Sat, 8 Feb 2025 11:57:41 +0800 Subject: [PATCH] feat: add pan and zoom support for MiniMap (#13382) --- web/app/components/workflow/operator/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/components/workflow/operator/index.tsx b/web/app/components/workflow/operator/index.tsx index 1ee5fef3377a8b..39b39f8cc6322f 100644 --- a/web/app/components/workflow/operator/index.tsx +++ b/web/app/components/workflow/operator/index.tsx @@ -13,6 +13,8 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => { return ( <>