mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
[Refactor] Move Comfy.WidgetControlMode to coreSettings (#2078)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
// @ts-strict-ignore
|
||||
import {
|
||||
type ComfyWidgetConstructor,
|
||||
ComfyWidgets,
|
||||
initWidgets
|
||||
} from './widgets'
|
||||
import { type ComfyWidgetConstructor, ComfyWidgets } from './widgets'
|
||||
import { ComfyUI, $el } from './ui'
|
||||
import { api, type ComfyApi } from './api'
|
||||
import { defaultGraph } from './defaultGraph'
|
||||
@@ -1048,7 +1044,6 @@ export class ComfyApp {
|
||||
|
||||
await useExtensionService().invokeExtensionsAsync('init')
|
||||
await this.registerNodes()
|
||||
initWidgets(this)
|
||||
|
||||
// Load previous workflow
|
||||
let restored = false
|
||||
|
||||
Reference in New Issue
Block a user