mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-25 14:28:59 +08:00
images history improvement
This commit is contained in:
parent
594ab4ba53
commit
87d63bbab5
@ -94,7 +94,6 @@ function images_history_delete(tabname, img_path, img_file_name, page_index, fil
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
img_num = buttons.length / 2
|
img_num = buttons.length / 2
|
||||||
if (img_num == 1){
|
if (img_num == 1){
|
||||||
setTimeout(function(tabname){
|
setTimeout(function(tabname){
|
||||||
@ -111,7 +110,6 @@ function images_history_delete(tabname, img_path, img_file_name, page_index, fil
|
|||||||
}
|
}
|
||||||
setTimeout(function(btn){btn.click()}, 30, btn)
|
setTimeout(function(btn){btn.click()}, 30, btn)
|
||||||
}
|
}
|
||||||
|
|
||||||
return [tabname, img_path, img_file_name, page_index, filenames, image_index]
|
return [tabname, img_path, img_file_name, page_index, filenames, image_index]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user