Patch version increment to 1.37.9

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7951-1-37-9-2e56d73d36508115bca9f9f8934ef189)
by [Unito](https://www.unito.io)

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2026-01-11 09:26:51 +09:00
committed by GitHub
parent df1eb32907
commit 11bd9022c8
24 changed files with 231 additions and 32 deletions

View File

@@ -53,7 +53,10 @@ export function pasteImageNode(
items: DataTransferItemList,
imageNode: LGraphNode | null = null
): void {
const { graph, graph_mouse: [posX, posY] } = canvas
const {
graph,
graph_mouse: [posX, posY]
} = canvas
if (!imageNode) {
// No image node selected: add a new one