mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
Prefer image for queue task preview (#520)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<template v-if="task.displayStatus === TaskItemDisplayStatus.Completed">
|
||||
<ResultItem
|
||||
v-if="flatOutputs.length"
|
||||
:result="flatOutputs[0]"
|
||||
:result="task.previewOutput || flatOutputs[0]"
|
||||
@preview="handlePreview"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user