Unbreak timelines

5ab781ab3011556643e037b6a6a11a7d17ecade2

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -1Showing whitespace changes
public/scripts/bookmarks.js+2 -1
@@ -131,7 +131,8 @@ async function saveBookmarkMenu() {
131 return await createNewBookmark(chat.length - 1);131 return await createNewBookmark(chat.length - 1);
132}132}
133133
134async function createBranch(mesId) {134// Export is used by Timelines extension. Do not remove.
135export async function createBranch(mesId) {
135 if (!chat.length) {136 if (!chat.length) {
136 toastr.warning('The chat is empty.', 'Branch creation failed');137 toastr.warning('The chat is empty.', 'Branch creation failed');
137 return;138 return;