diff --git a/README.md b/README.md index 6f095e5b6..ad54984ef 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This repo is litegraph with the following modifications: - Truncate overflowing combo widget text () - Sort node based on ID on graph serialization () - Fix empty input not used when connecting links () +- Batch output connection move/disconnect () # Install `npm i @comfyorg/litegraph` diff --git a/package-lock.json b/package-lock.json index 669a0f9d9..932ce9780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "litegraph.js", - "version": "0.7.32", + "version": "0.7.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "litegraph.js", - "version": "0.7.32", + "version": "0.7.34", "license": "MIT", "devDependencies": { "@types/jest": "^28.1.3", diff --git a/package.json b/package.json index 8b48769c6..6bb30c137 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@comfyorg/litegraph", - "version": "0.7.32", + "version": "0.7.34", "description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.", "main": "src/litegraph.js", "types": "src/litegraph.d.ts", diff --git a/src/litegraph.js b/src/litegraph.js index 9360f1ccb..2a7656e5d 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -6844,7 +6844,7 @@ LGraphNode.prototype.executeAction = function(action) detail: { subType: "empty-release", originalEvent: e, - linkReleaseContextExtended, + linkReleaseContext: linkReleaseContextExtended, }, } ));