mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 22:34:15 +00:00
fix(types): remove @ts-expect-error suppressions from src/extensions/core
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user