From 0e4c2c5dcc419072340daab65fe7cbfa3cad8d15 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 16 Feb 2025 15:09:53 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/14098 --- app/src/protyle/wysiwyg/index.ts | 1 + 1 file changed, 1 insertion(+) 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(); } // 后续拖拽操作写在多选节点中