This commit is contained in:
parent
6eed263539
commit
9406a34a22
1 changed files with 4 additions and 0 deletions
|
@ -491,6 +491,10 @@ export class WYSIWYG {
|
|||
window.siyuan.menus.menu.element.classList.remove("fn__none");
|
||||
setPosition(window.siyuan.menus.menu.element, event.clientX, event.clientY + 13, 26);
|
||||
protyle.toolbar?.element.classList.add("fn__none");
|
||||
if (nodeElement.classList.contains("table")) {
|
||||
nodeElement.querySelector("table").classList.remove("select");
|
||||
nodeElement.querySelector(".table__select").removeAttribute("style");
|
||||
}
|
||||
}
|
||||
} else if (protyle.toolbar.range.toString() === "") {
|
||||
hideElements(["util"], protyle);
|
||||
|
|
Loading…
Add table
Reference in a new issue