refactor(edgetext): catch pointer events closes #1121

This commit is contained in:
moklick
2021-04-24 23:24:04 +02:00
parent 719b861b00
commit ba388514bd
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ const OverviewFlow = () => {
>
<MiniMap nodeStrokeColor={nodeStrokeColor} nodeColor={nodeColor} nodeBorderRadius={2} />
<Controls />
<Background color="#aaa" gap={20} size={1} />
<Background color="#aaa" gap={20} />
</ReactFlow>
);
};