feat: add pan and zoom support for MiniMap (#13382)
This commit is contained in:
parent
982bca5d40
commit
b3ae6b634f
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
|
|||
return (
|
||||
<>
|
||||
<MiniMap
|
||||
pannable
|
||||
zoomable
|
||||
style={{
|
||||
width: 102,
|
||||
height: 72,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue