Update name to reflect other widgets are contained

This commit is contained in:
Austin Mroz
2026-01-24 16:00:03 -08:00
parent 0d17574a15
commit b278b5a1da
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ function onCustomFloatCreated(this: LGraphNode) {
}
app.registerExtension({
name: 'Comfy.CustomCombo',
name: 'Comfy.CustomWidgets',
beforeRegisterNodeDef(nodeType, nodeData) {
if (nodeData?.name === 'CustomCombo')
nodeType.prototype.onNodeCreated = useChainCallback(

View File

@@ -2,7 +2,7 @@ import { isCloud, isNightly } from '@/platform/distribution/types'
import './clipspace'
import './contextMenuFilter'
import './customCombo'
import './customWidgets'
import './dynamicPrompts'
import './editAttention'
import './electronAdapter'