* setDirty

* 0.7.70
This commit is contained in:
Chenlei Hu
2024-09-12 14:27:04 +09:00
committed by GitHub
parent 1aa2b21551
commit 7dbe6400bb
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@comfyorg/litegraph", "name": "@comfyorg/litegraph",
"version": "0.7.69", "version": "0.7.70",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@comfyorg/litegraph", "name": "@comfyorg/litegraph",
"version": "0.7.69", "version": "0.7.70",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@comfyorg/litegraph", "name": "@comfyorg/litegraph",
"version": "0.7.69", "version": "0.7.70",
"type": "module", "type": "module",
"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.", "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": "./dist/litegraph.umd.js", "main": "./dist/litegraph.umd.js",

View File

@@ -13178,6 +13178,7 @@ const globalExport = {};
const node = this.selected_nodes[i] const node = this.selected_nodes[i]
node.pin() node.pin()
} }
this.setDirty(true, true);
} }
}, },
{ {