mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 07:30:11 +00:00
[BugFix] Copy LGraphCanvas.ds on serialization (#2653)
This commit is contained in:
@@ -405,7 +405,7 @@ export class ComfyApp {
|
||||
}
|
||||
workflow.extra.ds = {
|
||||
scale: self.canvas.ds.scale,
|
||||
offset: self.canvas.ds.offset
|
||||
offset: [...self.canvas.ds.offset]
|
||||
}
|
||||
} else if (workflow.extra?.ds) {
|
||||
// Clear any old view data
|
||||
|
||||
Reference in New Issue
Block a user