Vanessa 2023-07-10 19:02:59 +08:00
parent 96e7044baf
commit dd894b0457
5 changed files with 124 additions and 20 deletions

View file

@ -437,6 +437,7 @@ export const openMenuPanel = (protyle: IProtyle,
break;
} else if (type === "addSelectColAndCell") {
addSelectColAndCell(protyle, data, options, target, menuElement);
window.siyuan.menus.menu.remove();
event.stopPropagation();
break;
} else if (type === "removeSelectCell") {