mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Unbreak timelines
This commit is contained in:
@@ -131,7 +131,8 @@ async function saveBookmarkMenu() {
|
|||||||
return await createNewBookmark(chat.length - 1);
|
return await createNewBookmark(chat.length - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function createBranch(mesId) {
|
// Export is used by Timelines extension. Do not remove.
|
||||||
|
export async function createBranch(mesId) {
|
||||||
if (!chat.length) {
|
if (!chat.length) {
|
||||||
toastr.warning('The chat is empty.', 'Branch creation failed');
|
toastr.warning('The chat is empty.', 'Branch creation failed');
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user