mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't attempt to send files on dry runs.
This commit is contained in:
@ -302,7 +302,7 @@ async function viewMessageFile(messageId) {
|
||||
modalTemplate.addClass('file_modal');
|
||||
addCopyToCodeBlocks(modalTemplate);
|
||||
|
||||
callPopup(modalTemplate, 'text');
|
||||
callPopup(modalTemplate, 'text', '', { wide: true, large: true });
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user