Remove log
This commit is contained in:
parent
de7604f8fd
commit
0fd38927e2
|
@ -36,7 +36,6 @@
|
||||||
proOptions={{ hideAttribution: true }}
|
proOptions={{ hideAttribution: true }}
|
||||||
fitViewOptions={{ maxZoom: 1 }}
|
fitViewOptions={{ maxZoom: 1 }}
|
||||||
defaultEdgeOptions={{ type: "bezier", animated: true }}
|
defaultEdgeOptions={{ type: "bezier", animated: true }}
|
||||||
on:nodeclick={event => console.log("on node click", event.detail.node)}
|
|
||||||
>
|
>
|
||||||
<Background variant={BackgroundVariant.Dots} />
|
<Background variant={BackgroundVariant.Dots} />
|
||||||
<Controls />
|
<Controls />
|
||||||
|
|
Loading…
Reference in New Issue