mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Update name to reflect other widgets are contained
This commit is contained in:
@@ -189,7 +189,7 @@ function onCustomFloatCreated(this: LGraphNode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.registerExtension({
|
app.registerExtension({
|
||||||
name: 'Comfy.CustomCombo',
|
name: 'Comfy.CustomWidgets',
|
||||||
beforeRegisterNodeDef(nodeType, nodeData) {
|
beforeRegisterNodeDef(nodeType, nodeData) {
|
||||||
if (nodeData?.name === 'CustomCombo')
|
if (nodeData?.name === 'CustomCombo')
|
||||||
nodeType.prototype.onNodeCreated = useChainCallback(
|
nodeType.prototype.onNodeCreated = useChainCallback(
|
||||||
@@ -2,7 +2,7 @@ import { isCloud, isNightly } from '@/platform/distribution/types'
|
|||||||
|
|
||||||
import './clipspace'
|
import './clipspace'
|
||||||
import './contextMenuFilter'
|
import './contextMenuFilter'
|
||||||
import './customCombo'
|
import './customWidgets'
|
||||||
import './dynamicPrompts'
|
import './dynamicPrompts'
|
||||||
import './editAttention'
|
import './editAttention'
|
||||||
import './electronAdapter'
|
import './electronAdapter'
|
||||||
|
|||||||
Reference in New Issue
Block a user