diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 60af2dd2d..c33469a38 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -729,6 +729,7 @@ export class WYSIWYG { if (tableBlockElement) { tableBlockElement.querySelector(".table__select").removeAttribute("style"); window.siyuan.menus.menu.remove(); + hideElements(["toolbar"], protyle); event.stopPropagation(); } // 后续拖拽操作写在多选节点中