|
@@ -995,7 +995,7 @@ export class Toolbar {
|
|
/// #endif
|
|
/// #endif
|
|
const textElement = this.subElement.querySelector(".b3-text-field") as HTMLTextAreaElement;
|
|
const textElement = this.subElement.querySelector(".b3-text-field") as HTMLTextAreaElement;
|
|
if (types.includes("NodeHTMLBlock")) {
|
|
if (types.includes("NodeHTMLBlock")) {
|
|
- textElement.value = Lute.UnEscapeHTMLStr(renderElement.querySelector("protyle-html").getAttribute("data-content") || "");
|
|
|
|
|
|
+ textElement.value = renderElement.querySelector("protyle-html").getAttribute("data-content") || "";
|
|
} else if (isInlineMemo) {
|
|
} else if (isInlineMemo) {
|
|
textElement.value = Lute.UnEscapeHTMLStr(renderElement.getAttribute("data-inline-memo-content") || "");
|
|
textElement.value = Lute.UnEscapeHTMLStr(renderElement.getAttribute("data-inline-memo-content") || "");
|
|
} else {
|
|
} else {
|