mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
add examples and minZoom
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -497,6 +497,7 @@ const Canvas = () => {
|
|||||||
onConnect={onConnect}
|
onConnect={onConnect}
|
||||||
onInit={setReactFlowInstance}
|
onInit={setReactFlowInstance}
|
||||||
fitView
|
fitView
|
||||||
|
minZoom={0.1}
|
||||||
>
|
>
|
||||||
<Controls
|
<Controls
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ const MarketplaceCanvas = () => {
|
|||||||
nodeTypes={nodeTypes}
|
nodeTypes={nodeTypes}
|
||||||
edgeTypes={edgeTypes}
|
edgeTypes={edgeTypes}
|
||||||
fitView
|
fitView
|
||||||
|
minZoom={0.1}
|
||||||
>
|
>
|
||||||
<Controls
|
<Controls
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user