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(); }); } });