mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
Fix pin not respected by multi-select move (#284)
This commit is contained in:
@@ -1437,6 +1437,8 @@ export class LGraphNode implements Positionable, IPinnable {
|
||||
}
|
||||
|
||||
move(deltaX: number, deltaY: number): void {
|
||||
if (this.pinned) return
|
||||
|
||||
this.pos[0] += deltaX
|
||||
this.pos[1] += deltaY
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user