mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 12:28:48 +01:00
This commit is contained in:
parent
3b1720b169
commit
dce9d4da54
1 changed files with 1 additions and 0 deletions
|
|
@ -1005,6 +1005,7 @@ const replace = (element: Element, config: ISearchOption, edit: Protyle, app: Ap
|
|||
groupBy: config.group,
|
||||
orderBy: config.sort,
|
||||
page: config.page,
|
||||
ids: isAll ? [] : [currentList.getAttribute("data-node-id")]
|
||||
}, (response) => {
|
||||
loadElement.classList.add("fn__none");
|
||||
if (response.code === 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue