diff --git a/src/actions/graph.ts b/src/actions/graph.ts index 384b612..adec132 100644 --- a/src/actions/graph.ts +++ b/src/actions/graph.ts @@ -675,8 +675,8 @@ export const addPatcherNode = (desc: OSCQueryRNBOInstance, metaString: string): const state = getState(); const { x, y } = nodeMeta?.position || getGraphEditorInstance(state)?.project({ - y: 10, - x: 10 + y: 0, + x: 0 }) || getPatcherOrControlNodeCoordinates(node, []); node = node.updatePosition(x, y);