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 ee0c5f1 commit 7cead43Copy full SHA for 7cead43
src/lib/litegraph/src/LGraphCanvas.ts
@@ -2388,7 +2388,9 @@ export class LGraphCanvas
2388
node &&
2389
this.allow_interaction
2390
) {
2391
- const items = this._deserializeItems(this._serializeItems([node]), {})
+ const items = this._deserializeItems(this._serializeItems([node]), {
2392
+ position: node.pos
2393
+ })
2394
const cloned = items?.created[0] as LGraphNode | undefined
2395
if (!cloned) return
2396
0 commit comments