Fix tests, disable INLINE_INPUTS

This commit is contained in:
Austin Mroz
2025-12-08 20:18:24 -08:00
parent d03610770c
commit b8913e9d8d
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ import { useLitegraphService } from '@/services/litegraphService'
import { app } from '@/scripts/app'
import type { ComfyApp } from '@/scripts/app'
const INLINE_INPUTS = true
const INLINE_INPUTS = false
type MatchTypeNode = LGraphNode &
Pick<Required<LGraphNode>, 'comfyMatchType' | 'onConnectionsChange'>