mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +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
|
// Only show this extension in the Chat tab
|
||||||
if (chat_visible) {
|
if (chat_visible) {
|
||||||
gallery_element.style.display = 'flex';
|
gallery_element.style.display = 'block';
|
||||||
} else {
|
} else {
|
||||||
gallery_element.style.display = 'none';
|
gallery_element.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user