diff --git a/src/lib/components/ComfyApp.ts b/src/lib/components/ComfyApp.ts index 2c43c30..14bb305 100644 --- a/src/lib/components/ComfyApp.ts +++ b/src/lib/components/ComfyApp.ts @@ -132,7 +132,6 @@ export default class ComfyApp { this.addPasteHandler(); this.addKeyboardHandler(); - // await this.#invokeExtensionsAsync("setup"); // Ensure the canvas fills the window diff --git a/src/mobile/routes/subworkflow.svelte b/src/mobile/routes/subworkflow.svelte index 0e1b905..25b807d 100644 --- a/src/mobile/routes/subworkflow.svelte +++ b/src/mobile/routes/subworkflow.svelte @@ -33,7 +33,7 @@ {@const node = app.lGraph.getNodeById(id)}