mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 08:44:20 +01:00
This commit is contained in:
parent
176dd46ef5
commit
c343366ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue