darabos commited on
Commit
d19c2e4
·
2 Parent(s): 2e780d3 9e1b2a0

Merge pull request #186 from biggraph/darabos-no-minimap

Browse files
lynxkite-app/web/src/workspace/Workspace.tsx CHANGED
@@ -6,7 +6,6 @@ import {
6
  Controls,
7
  type Edge,
8
  MarkerType,
9
- MiniMap,
10
  type Node,
11
  ReactFlow,
12
  ReactFlowProvider,
@@ -406,7 +405,6 @@ function LynxKiteFlow() {
406
  }}
407
  >
408
  <Controls />
409
- <MiniMap />
410
  {nodeSearchSettings && (
411
  <NodeSearch
412
  pos={nodeSearchSettings.pos}
 
6
  Controls,
7
  type Edge,
8
  MarkerType,
 
9
  type Node,
10
  ReactFlow,
11
  ReactFlowProvider,
 
405
  }}
406
  >
407
  <Controls />
 
408
  {nodeSearchSettings && (
409
  <NodeSearch
410
  pos={nodeSearchSettings.pos}