mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
This commit is contained in:
parent
b2c76638be
commit
784f5957d1
1 changed files with 2 additions and 0 deletions
|
|
@ -162,8 +162,10 @@ export const movePathTo = (cb: (toPath: string[], toNotebook: string[]) => void,
|
|||
}
|
||||
}
|
||||
});
|
||||
/// #if !MOBILE
|
||||
// 文档树上引用数悬浮层不被遮挡,搜索指定路径不被搜索遮挡
|
||||
dialog.element.style.zIndex = "203";
|
||||
/// #endif
|
||||
if (paths && paths.length > 0) {
|
||||
fetchPost("/api/filetree/getHPathsByPaths", {paths}, (response) => {
|
||||
dialog.element.querySelector(".b3-dialog__header .ft__smaller").innerHTML = escapeHtml(response.data.join(" "));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue