fix(nodes): correctly calculate xyzpos from parent
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,6 @@ export interface Connection {
|
||||
targetHandle?: string
|
||||
}
|
||||
|
||||
export type OnConnectFunc = (connection: Connection) => void
|
||||
export type OnConnectStartParams = {
|
||||
nodeId?: string
|
||||
handleId?: string
|
||||
|
||||
Reference in New Issue
Block a user