mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
Use store to manage nodeSearchService (#214)
This commit is contained in:
@@ -110,7 +110,9 @@ export class ComfyPage {
|
||||
}`,
|
||||
});
|
||||
await this.page.waitForFunction(() => document.fonts.ready);
|
||||
await this.page.waitForFunction(() => window["app"] !== undefined);
|
||||
await this.page.waitForFunction(
|
||||
() => window["app"] !== undefined && window["app"].vueAppReady
|
||||
);
|
||||
await this.page.evaluate(() => {
|
||||
window["app"]["canvas"].show_info = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user