mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
Use toast on reconnection message (#530)
This commit is contained in:
@@ -1598,14 +1598,6 @@ export class ComfyApp {
|
||||
}
|
||||
)
|
||||
|
||||
api.addEventListener('reconnecting', () => {
|
||||
this.ui.dialog.show('Reconnecting...')
|
||||
})
|
||||
|
||||
api.addEventListener('reconnected', () => {
|
||||
this.ui.dialog.close()
|
||||
})
|
||||
|
||||
api.addEventListener('progress', ({ detail }) => {
|
||||
if (
|
||||
this.workflowManager.activePrompt?.workflow &&
|
||||
|
||||
Reference in New Issue
Block a user