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

Removed comments

parent a211b317
No related branches found
No related tags found
No related merge requests found
Pipeline #52751 passed
...@@ -139,8 +139,6 @@ export class State extends Tool { ...@@ -139,8 +139,6 @@ export class State extends Tool {
return toolValue; return toolValue;
} }
// TODO: Clean up function
// add ring just for highlighted nodes // add ring just for highlighted nodes
if (this.selectedItem === node || this.selectedItems.has(node)) { if (this.selectedItem === node || this.selectedItems.has(node)) {
ctx.beginPath(); ctx.beginPath();
...@@ -191,8 +189,6 @@ export class State extends Tool { ...@@ -191,8 +189,6 @@ export class State extends Tool {
ctx.fillStyle = "white"; ctx.fillStyle = "white";
ctx.fillText(label, node.x, node.y + nodeHeightOffset); ctx.fillText(label, node.x, node.y + nodeHeightOffset);
} }
// TODO: Render label as always visible
} }
nodePointerAreaPaint(node, color, ctx) { nodePointerAreaPaint(node, color, ctx) {
......
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