...
|
...
|
@@ -62,7 +62,7 @@ export function useRuleFlow(options: UseRuleFlowOptionsType) { |
62
|
62
|
const flowActionType = useVueFlow({
|
63
|
63
|
id,
|
64
|
64
|
maxZoom: 1,
|
65
|
|
- minZoom: 1,
|
|
65
|
+ minZoom: 0.5,
|
66
|
66
|
panOnScroll: true,
|
67
|
67
|
selectionMode: SelectionMode.Partial,
|
68
|
68
|
|
...
|
...
|
|