From 588abd5001b0fdd65b17a16e93080a940b1d9a8b Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 20 Feb 2026 12:15:46 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/17002 --- app/src/menus/protyle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/menus/protyle.ts b/app/src/menus/protyle.ts index 783f6fe2d..0ec84e72c 100644 --- a/app/src/menus/protyle.ts +++ b/app/src/menus/protyle.ts @@ -2275,6 +2275,7 @@ export const tableMenu = (protyle: IProtyle, nodeElement: Element, cellElement: nodeElement.removeAttribute("caption"); } updateTransaction(protyle, nodeElement.getAttribute("data-node-id"), nodeElement.outerHTML, html); + dialog.destroy(); }); } });