mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 01:50:08 +00:00
Remove unused var mainCanvas (#488)
This commit is contained in:
@@ -1855,10 +1855,6 @@ export class ComfyApp {
|
||||
this.canvasEl = canvasEl
|
||||
await this.#setUser()
|
||||
|
||||
// Create and mount the LiteGraph in the DOM
|
||||
const mainCanvas = document.createElement('canvas')
|
||||
mainCanvas.style.touchAction = 'none'
|
||||
|
||||
this.resizeCanvas()
|
||||
|
||||
await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user