mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🐛 zindex
This commit is contained in:
parent
554461fed8
commit
d6fa43c153
2 changed files with 0 additions and 5 deletions
|
|
@ -50,7 +50,6 @@ export class Menu {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.menu.fullscreen(position);
|
this.menu.fullscreen(position);
|
||||||
this.menu.element.style.zIndex = "310";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
close() {
|
close() {
|
||||||
|
|
|
||||||
|
|
@ -162,10 +162,6 @@ export const movePathTo = (cb: (toPath: string[], toNotebook: string[]) => void,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/// #if !MOBILE
|
|
||||||
// 文档树上引用数悬浮层不被遮挡,搜索指定路径不被搜索遮挡
|
|
||||||
dialog.element.style.zIndex = "203";
|
|
||||||
/// #endif
|
|
||||||
if (paths && paths.length > 0) {
|
if (paths && paths.length > 0) {
|
||||||
fetchPost("/api/filetree/getHPathsByPaths", {paths}, (response) => {
|
fetchPost("/api/filetree/getHPathsByPaths", {paths}, (response) => {
|
||||||
dialog.element.querySelector(".b3-dialog__header .ft__smaller").innerHTML = escapeHtml(response.data.join(" "));
|
dialog.element.querySelector(".b3-dialog__header .ft__smaller").innerHTML = escapeHtml(response.data.join(" "));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue