mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 12:50:16 +01:00
This commit is contained in:
parent
e796a24c34
commit
694d7bba9a
3 changed files with 13 additions and 11 deletions
|
|
@ -162,8 +162,8 @@ export const movePathTo = (cb: (toPath: string[], toNotebook: string[]) => void,
|
|||
}
|
||||
}
|
||||
});
|
||||
// 文档树上引用数悬浮层不被遮挡
|
||||
dialog.element.style.zIndex = "200";
|
||||
// 文档树上引用数悬浮层不被遮挡,搜索指定路径不被搜索遮挡
|
||||
dialog.element.style.zIndex = "203";
|
||||
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