Merge pull request #8031 from DrakeRichards/notification-fix

Bug fix: Added results selector for notifications
master
AUTOMATIC1111 3 years ago committed by GitHub
commit 92bb54720f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save