mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-26 09:44:06 +00:00
Fixes pinned group contents moving (#316)
This commit is contained in:
@@ -2650,7 +2650,7 @@ export class LGraphCanvas {
|
||||
const deltaX = delta[0] / this.ds.scale
|
||||
const deltaY = delta[1] / this.ds.scale
|
||||
for (const item of allItems) {
|
||||
if (!item.pinned) item.move(deltaX, deltaY, true)
|
||||
item.move(deltaX, deltaY, true)
|
||||
}
|
||||
|
||||
this.#dirty()
|
||||
|
||||
Reference in New Issue
Block a user