Vanessa 2025-03-08 17:39:17 +08:00
parent bc5724fed6
commit 1ad7ec8803

View file

@ -355,7 +355,6 @@ export const setFontStyle = (textElement: HTMLElement, textOption: ITextOption)
break;
case "inline-memo":
textElement.removeAttribute("contenteditable");
textElement.removeAttribute("data-subtype");
textElement.removeAttribute("data-content");
break;
}