fix(types): remove @ts-expect-error suppressions from src/extensions/core

This commit is contained in:
DrJKL
2026-01-11 16:40:47 -08:00
parent 3ca02ad67c
commit 7b69b404be
10 changed files with 348 additions and 331 deletions

View File

@@ -149,7 +149,7 @@ export class ComfyApp {
static clipspace_invalidate_handler: (() => void) | null = null
static open_maskeditor: (() => void) | null = null
static maskeditor_is_opended: (() => void) | null = null
static clipspace_return_node = null
static clipspace_return_node: LGraphNode | null = null
vueAppReady: boolean
api: ComfyApi