Skip to content
Snippets Groups Projects
Commit 0fd73281 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Added console output for debugging

parent 5eae1cf2
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56705 passed
...@@ -223,6 +223,8 @@ export class Editor extends React.PureComponent<propTypes, stateTypes> { ...@@ -223,6 +223,8 @@ export class Editor extends React.PureComponent<propTypes, stateTypes> {
} }
private handleNodeCanvasObject(node: any, ctx: any, globalScale: any) { private handleNodeCanvasObject(node: any, ctx: any, globalScale: any) {
console.log("Custom node rendering");
// add ring just for highlighted nodes // add ring just for highlighted nodes
if (this.isHighlighted(node)) { if (this.isHighlighted(node)) {
ctx.beginPath(); ctx.beginPath();
......
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