This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
feat: add pan and zoom support for MiniMap (
#13382
)
tags/1.0.0
Katy Tao
8 months ago
parent
982bca5d40
commit
b3ae6b634f
No account linked to committer's email address
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
web/app/components/workflow/operator/index.tsx
+ 2
- 0
web/app/components/workflow/operator/index.tsx
View File
@@ -13,6 +13,8 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
return (
<>
<MiniMap
pannable
zoomable
style={{
width: 102,
height: 72,
Write
Preview
Loading…
Cancel
Save