mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fix the gallery
This commit is contained in:
parent
a1a9ec895d
commit
919a3cf9d0
@ -7,7 +7,7 @@ main_parent.addEventListener('click', function(e) {
|
||||
|
||||
// Only show this extension in the Chat tab
|
||||
if (chat_visible) {
|
||||
gallery_element.style.display = 'flex';
|
||||
gallery_element.style.display = 'block';
|
||||
} else {
|
||||
gallery_element.style.display = 'none';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user