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

Added basic instructions

parent a30cd331
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56711 passed
......@@ -375,6 +375,14 @@ export class Editor extends React.PureComponent<propTypes, stateTypes> {
onChange={this.onHistoryChange}
/>
<hr />
<ul>
<li>Click background to create node</li>
<li>Click node to select and edit</li>
<li>CTRL+Click node to delete</li>
<li>Click link to delete</li>
<li>Drag node close to other node to connect</li>
</ul>
<hr />
<NodeDetails
selectedNode={this.state.selectedNode}
allTypes={
......
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