mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix null image issue
This commit is contained in:
@@ -7063,6 +7063,8 @@ async function showScreenshotWizard(actionComposition, startDebt, endDebt) {
|
||||
screenshotImagePicker.innerHTML = "";
|
||||
|
||||
for (const image of imageData) {
|
||||
if (!image) continue;
|
||||
|
||||
const imgContainer = $e("div", screenshotImagePicker, {classes: ["img-container"]});
|
||||
const checkbox = $e("input", imgContainer, {type: "checkbox"});
|
||||
const imageEl = $e("img", imgContainer, {
|
||||
|
Reference in New Issue
Block a user