mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-16 11:09:00 +02:00
Insert the latest batch of images on top
This commit is contained in:
@ -260,7 +260,7 @@ function makeImageElement(width, height) {
|
||||
img.height = parseInt(height)
|
||||
|
||||
imgItem.appendChild(img)
|
||||
imagesContainer.appendChild(imgItem)
|
||||
imagesContainer.insertBefore(imgItem, imagesContainer.firstChild)
|
||||
|
||||
return imgItem
|
||||
}
|
||||
|
Reference in New Issue
Block a user