mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 17:40:09 +00:00
Deprecate widgetType:widgetName key in widgets map (#2879)
This commit is contained in:
@@ -934,8 +934,6 @@ export class ComfyApp {
|
||||
|
||||
if (Array.isArray(type)) {
|
||||
return 'COMBO'
|
||||
} else if (`${type}:${inputName}` in this.widgets) {
|
||||
return `${type}:${inputName}`
|
||||
} else if (type in this.widgets) {
|
||||
return type
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user