mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Translate message copy
This commit is contained in:
@ -5080,7 +5080,7 @@ async function promptItemize(itemizedPrompts, requestedMesId) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
navigator.clipboard.writeText(rawPromptValues);
|
navigator.clipboard.writeText(rawPromptValues);
|
||||||
toastr.info('Copied!');
|
toastr.info(t`Copied!`);
|
||||||
});
|
});
|
||||||
|
|
||||||
popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () {
|
popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () {
|
||||||
|
Reference in New Issue
Block a user