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

pull/7955/head^2
Katy Tao 1 year ago committed by GitHub
parent 982bca5d40
commit b3ae6b634f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save