mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 17:10:14 +01:00
Translate message copy
This commit is contained in:
parent
15a6b6100e
commit
e11e7b7d52
@ -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 () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user