Replace reactive DragAndScale proxy with callback (#3915)

This commit is contained in:
filtered
2025-05-17 11:58:21 +10:00
committed by GitHub
parent 2885ebf5e0
commit 068279ec34
2 changed files with 1 additions and 4 deletions

View File

@@ -769,7 +769,6 @@ export class ComfyApp {
this.canvas = new LGraphCanvas(canvasEl, this.graph)
// Make canvas states reactive so we can observe changes on them.
this.canvas.state = reactive(this.canvas.state)
this.canvas.ds.state = reactive(this.canvas.ds.state)
// @ts-expect-error fixme ts strict error
this.ctx = canvasEl.getContext('2d')