mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +01:00
This commit is contained in:
parent
8d467c7df2
commit
ee62729dc2
31 changed files with 32 additions and 84 deletions
|
|
@ -360,7 +360,7 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[]) => {
|
|||
return;
|
||||
}
|
||||
window.siyuan.menus.menu.remove();
|
||||
document.body.insertAdjacentHTML("beforeend", `<div class="av__mask">
|
||||
document.body.insertAdjacentHTML("beforeend", `<div class="av__mask" style="z-index: ${++window.siyuan.zIndex}">
|
||||
${html}
|
||||
</div>`);
|
||||
const avMaskElement = document.querySelector(".av__mask");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue