We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13e58da + 4d5d16e commit 189b7edCopy full SHA for 189b7ed
src/webview/Flow.tsx
@@ -9,9 +9,10 @@ import ReactFlow, {
9
Node,
10
Edge
11
} from "reactflow";
12
-import "reactflow/dist/style.css";
13
import FlowBuilder from "./flowBuilder";
14
import { Tree } from "../types/tree";
+import "reactflow/dist/style.css";
15
+import "./style.css";
16
17
18
src/webview/style.css
@@ -5,6 +5,7 @@
5
html,
6
body,
7
#root,
8
+
.App {
height: 100%;
}
@@ -13,3 +14,8 @@ body,
font-family: sans-serif;
text-align: center;
19
+.react-flow__handle.connectionindicator {
20
+ pointer-events: none !important;
21
+}
0 commit comments