Spaces:
Running
Running
Disallow zoom. It has performance issues.
Browse files
lynxkite-app/web/src/workspace/Workspace.tsx
CHANGED
@@ -322,7 +322,7 @@ function LynxKiteFlow() {
|
|
322 |
onPaneClick={toggleNodeSearch}
|
323 |
onConnect={onConnect}
|
324 |
proOptions={{ hideAttribution: true }}
|
325 |
-
maxZoom={
|
326 |
minZoom={0.3}
|
327 |
defaultEdgeOptions={{
|
328 |
markerEnd: {
|
|
|
322 |
onPaneClick={toggleNodeSearch}
|
323 |
onConnect={onConnect}
|
324 |
proOptions={{ hideAttribution: true }}
|
325 |
+
maxZoom={1}
|
326 |
minZoom={0.3}
|
327 |
defaultEdgeOptions={{
|
328 |
markerEnd: {
|