mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user