mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-25 01:50:44 +01: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 a new issue