This commit is contained in:
parent
5daf3384e7
commit
15b3cad41e
2 changed files with 2 additions and 8 deletions
|
@ -866,10 +866,7 @@ export class Gutter {
|
|||
return;
|
||||
}
|
||||
hideElements(["util", "toolbar", "hint"], protyle);
|
||||
const menu = new Menu("gutter");
|
||||
if (menu.isOpen) {
|
||||
return;
|
||||
}
|
||||
window.siyuan.menus.menu.remove();
|
||||
if (isMobile()) {
|
||||
activeBlur();
|
||||
}
|
||||
|
|
|
@ -255,10 +255,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
|
|||
});
|
||||
}
|
||||
|
||||
const menu = new Menu("av-row-menu");
|
||||
if (menu.isOpen) {
|
||||
return true;
|
||||
}
|
||||
const menu = new Menu();
|
||||
rowElement.classList.add("av__row--select");
|
||||
rowElement.querySelector(".av__firstcol use").setAttribute("xlink:href", "#iconCheck");
|
||||
const rowElements = blockElement.querySelectorAll(".av__row--select:not(.av__row--header)");
|
||||
|
|
Loading…
Add table
Reference in a new issue