mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
1.37.9 (#7951)
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user