mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 18:24:11 +00:00
Fix ComfyUI class setup procedure (#846)
This commit is contained in:
@@ -373,7 +373,7 @@ export class ComfyUI {
|
||||
})
|
||||
|
||||
// For testing. Legacy ui tests don't have vue app initialized.
|
||||
if (!app.vueAppReady) {
|
||||
if (window['IS_TEST']) {
|
||||
this.setup(document.body)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user