We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ee843 commit c797e1bCopy full SHA for c797e1b
src/scripts/app.ts
@@ -759,7 +759,7 @@ export class ComfyApp {
759
this.canvas.draw(true, true)
760
})
761
762
- api.addEventListener('b_preview_with_metadata', async ({ detail }) => {
+ api.addEventListener('b_preview_with_metadata', ({ detail }) => {
763
// Enhanced preview with explicit node context
764
const { blob, displayNodeId, jobId } = detail
765
const { setNodePreviewsByExecutionId, revokePreviewsByExecutionId } =
0 commit comments