feat: add pan and zoom support for MiniMap (#13382)

This commit is contained in:
Katy Tao
2025-02-08 11:57:41 +08:00
committed by GitHub
parent 982bca5d40
commit b3ae6b634f

View File

@@ -13,6 +13,8 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
return (
<>
<MiniMap
pannable
zoomable
style={{
width: 102,
height: 72,