Skip to content

Commit a1a6eee

Browse files
authored
Remove unused var mainCanvas (#488)
1 parent b33874d commit a1a6eee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/scripts/app.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,10 +1855,6 @@ export class ComfyApp {
18551855
this.canvasEl = canvasEl
18561856
await this.#setUser()
18571857

1858-
// Create and mount the LiteGraph in the DOM
1859-
const mainCanvas = document.createElement('canvas')
1860-
mainCanvas.style.touchAction = 'none'
1861-
18621858
this.resizeCanvas()
18631859

18641860
await Promise.all([

0 commit comments

Comments
 (0)