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 bce91a0 commit 8d79116Copy full SHA for 8d79116
src/composables/graph/useGraphNodeManager.ts
@@ -806,7 +806,6 @@ export const useGraphNodeManager = (graph: LGraph): GraphNodeManager => {
806
})
807
break
808
case 'mode':
809
- console.log('Do the thing')
810
vueNodeData.set(nodeId, {
811
...currentData,
812
mode: typeof event.newValue === 'number' ? event.newValue : 0
0 commit comments