Make the generated image count only count new images in the currently active tab

This commit is contained in:
Bwin4L 2022-12-10 22:58:06 +01:00 committed by GitHub
parent 685f9631b5
commit 303df25cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ onUiUpdate(function(){
}
}
const galleryPreviews = gradioApp().querySelectorAll('img.h-full.w-full.overflow-hidden');
const galleryPreviews = gradioApp().querySelectorAll('div[id^="tab_"][style*="display: block"] img.h-full.w-full.overflow-hidden');
if (galleryPreviews == null) return;