Vanessa 2023-07-01 12:12:22 +08:00
parent 58335f6bb7
commit 86c177e03c

View file

@ -108,6 +108,7 @@ export const showHeaderCellMenu = (protyle: IProtyle, blockElement: HTMLElement,
name: cellElement.textContent.trim(),
type,
}]);
cellElement.textContent = newValue;
});
menu.addItem({
icon: getColIconByType(type),