mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-23 15:59:47 +00:00
Pull proxyWidget code out of SubgraphNode
This was needed from an organizational standpoint. For now, it requires an ugly setTimeout to prevent proxyWidgets from being clobbered during initialization, but this will be cleaned up later. This also allows for the proxy widget code to have type checks ignored. I fully intend to find a functional solution here, but this provides a migration path where typechecking can be enabled for the rest of the PR first Also cleans up type checking on graph change in scripts/app.ts
This commit is contained in:
@@ -11,6 +11,7 @@ import './maskeditor'
|
||||
import './nodeTemplates'
|
||||
import './noteNode'
|
||||
import './previewAny'
|
||||
import './proxyWidget'
|
||||
import './rerouteNode'
|
||||
import './saveImageExtraOutput'
|
||||
import './saveMesh'
|
||||
|
||||
Reference in New Issue
Block a user