Unbreak timelines

5ab781ab3011556643e037b6a6a11a7d17ecade2

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

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