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

Formatting

parent 2938f1a5
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56732 passed
......@@ -51,7 +51,9 @@ export class NodeDetails extends React.Component<propTypes> {
//TODO: Make sure, that this event is not triggered to quickly!
this.props.selectedNode.description = newValue;
this.props.selectedNode.graph.storeCurrentData(
"Changed description of node [" + this.props.selectedNode.toString() + "]"
"Changed description of node [" +
this.props.selectedNode.toString() +
"]"
);
this.props.onChange();
......@@ -68,7 +70,6 @@ export class NodeDetails extends React.Component<propTypes> {
<label htmlFor="node-name" hidden>
Name
</label>
<br />
<input
type="text"
id="node-name"
......
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