mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update toeast message
This commit is contained in:
@ -218,7 +218,7 @@ async function createNewBookmark(mesId) {
|
|||||||
$(`.mes[mesid="${mesId}"]`).attr('bookmark_link', name);
|
$(`.mes[mesid="${mesId}"]`).attr('bookmark_link', name);
|
||||||
|
|
||||||
await saveChatConditional();
|
await saveChatConditional();
|
||||||
toastr.success('Click the flag icon in the last message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 });
|
toastr.success('Click the flag icon next to the message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 });
|
||||||
}
|
}
|
||||||
|
|
||||||
async function backToMainChat() {
|
async function backToMainChat() {
|
||||||
|
Reference in New Issue
Block a user