Skip to content

Commit c797e1b

Browse files
committed
revert
1 parent 08ee843 commit c797e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ export class ComfyApp {
759759
this.canvas.draw(true, true)
760760
})
761761

762-
api.addEventListener('b_preview_with_metadata', async ({ detail }) => {
762+
api.addEventListener('b_preview_with_metadata', ({ detail }) => {
763763
// Enhanced preview with explicit node context
764764
const { blob, displayNodeId, jobId } = detail
765765
const { setNodePreviewsByExecutionId, revokePreviewsByExecutionId } =

0 commit comments

Comments
 (0)