Skip to content
Snippets Groups Projects
Commit 59d119c6 authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Disables conncet on drag by default

parent 16af001e
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56836 passed
...@@ -63,7 +63,7 @@ export class Editor extends React.PureComponent<propTypes, stateTypes> { ...@@ -63,7 +63,7 @@ export class Editor extends React.PureComponent<propTypes, stateTypes> {
this.state = { this.state = {
graph: undefined, graph: undefined,
visibleLabels: true, visibleLabels: true,
connectOnDrag: true, connectOnDrag: false,
selectedNode: undefined, selectedNode: undefined,
keys: {}, keys: {},
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment