We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3982e4e commit fcb1156Copy full SHA for fcb1156
apps/frontend/src/components/canvas/index.tsx
@@ -120,7 +120,6 @@ function Flow({ className }: CanvasProps) {
120
const nodeId = key;
121
if (change.action === "add" || change.action === "update") {
122
const updatedYNode = nodesMap.get(nodeId) as YNode;
123
- console.log(updatedYNode);
124
const updatedNodeEntries = Object.entries(updatedYNode).filter(
125
([key]) => key !== "isHolding",
126
);
0 commit comments