mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 00:50:05 +00:00
Convert nodeDefStore to use composition API (#1318)
* Convert nodeDefStore to use composition API * nit
This commit is contained in:
@@ -1969,7 +1969,7 @@ export class ComfyApp {
|
||||
const nodeDefArray: ComfyNodeDef[] = Object.values(allNodeDefs)
|
||||
this.#invokeExtensions('beforeRegisterVueAppNodeDefs', nodeDefArray, this)
|
||||
nodeDefStore.updateNodeDefs(nodeDefArray)
|
||||
nodeDefStore.updateWidgets(this.widgets)
|
||||
nodeDefStore.widgets = this.widgets
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user