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

Removed particles to clean up design

parent 1ac70cae
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56903 passed
......@@ -458,16 +458,6 @@ export class Editor extends React.PureComponent<propTypes, stateTypes> {
onNodeDrag={this.handleNodeDrag}
onNodeDragEnd={this.handleNodeDragEnd}
onLinkClick={this.handleLinkClick}
linkDirectionalParticles={(link) =>
this.isHighlighted(link as GraphElement)
? 1
: 0
}
linkDirectionalParticleColor={() =>
this.state.selectedNode
? this.state.selectedNode.type.color
: "black"
}
onBackgroundClick={(event) =>
this.handleBackgroundClick(
event,
......
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