fix: empty kb

This commit is contained in:
archer
2023-09-04 15:47:01 +08:00
parent 94c53804ce
commit 8dba2c39e1
2 changed files with 7 additions and 2 deletions

View File

@@ -570,7 +570,7 @@ const AppEdit = ({ app, onCloseSettings }: Props) => {
fitView
nodes={nodes}
edges={edges}
minZoom={0.4}
minZoom={0.1}
maxZoom={1.5}
defaultEdgeOptions={edgeOptions}
connectionLineStyle={connectionLineStyle}