From c343366ff1cf5b5a2e8414ae7467402c6623f210 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 3 Jun 2023 22:54:30 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/8448 --- app/src/history/doc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/history/doc.ts b/app/src/history/doc.ts index 4f84a6fa8..4aa599ba1 100644 --- a/app/src/history/doc.ts +++ b/app/src/history/doc.ts @@ -32,7 +32,7 @@ const renderDoc = (element: HTMLElement, currentPage: number, id: string) => { query: id, page: currentPage, op: opElement.value, - type: 4 + type: 3 }, (response) => { if (currentPage < response.data.pageCount) { nextElement.removeAttribute("disabled");