mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 16:55:57 +08:00
feat: add pan and zoom support for MiniMap (#13382)
This commit is contained in:
parent
982bca5d40
commit
b3ae6b634f
@ -13,6 +13,8 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<MiniMap
|
<MiniMap
|
||||||
|
pannable
|
||||||
|
zoomable
|
||||||
style={{
|
style={{
|
||||||
width: 102,
|
width: 102,
|
||||||
height: 72,
|
height: 72,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user