mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Lock extensions display order in top and context menus
This commit is contained in:
@@ -6053,8 +6053,7 @@ function enlargeMessageImage() {
|
||||
const img = document.createElement('img');
|
||||
img.classList.add('img_enlarged');
|
||||
img.src = imgSrc;
|
||||
$('#dialogue_popup').addClass('wide_dialogue_popup');
|
||||
callPopup(img.outerHTML, 'text');
|
||||
callPopup(img.outerHTML, 'text', '', { wide: true, large: true });
|
||||
}
|
||||
|
||||
function updateAlternateGreetingsHintVisibility(root) {
|
||||
|
Reference in New Issue
Block a user