mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
Support previewing animated image uploads (#3479)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -92,6 +92,10 @@ export function createImageHost(node) {
|
||||
}
|
||||
return {
|
||||
el,
|
||||
getCurrentImage() {
|
||||
// @ts-expect-error fixme ts strict error
|
||||
return currentImgs?.[0]
|
||||
},
|
||||
// @ts-expect-error fixme ts strict error
|
||||
updateImages(imgs) {
|
||||
// @ts-expect-error fixme ts strict error
|
||||
|
||||
Reference in New Issue
Block a user