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> {
this.state = {
graph: undefined,
visibleLabels: true,
connectOnDrag: true,
connectOnDrag: false,
selectedNode: undefined,
keys: {},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment