From 9f69728c12c04b5dabd7cb7d615d43fab7534ba1 Mon Sep 17 00:00:00 2001 From: "Tao, Katy" Date: Sat, 8 Feb 2025 11:20:00 +0800 Subject: [PATCH] feat: add pan and zoom support for MiniMap --- 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 ( <>