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