poro-editor 1.7.14 → 1.7.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/poro-editor.js
CHANGED
|
@@ -65218,7 +65218,7 @@ const Woe = () => /* @__PURE__ */ T("div", { className: "menu-separator" }), Uoe
|
|
|
65218
65218
|
}
|
|
65219
65219
|
p.md = v;
|
|
65220
65220
|
}
|
|
65221
|
-
h.includes("json") && (p.json = f.getJSON()), h.includes("text") && (p.text = f.getText()), h.length === 1 ? t(p[h[0]]) : t(p);
|
|
65221
|
+
h.includes("json") && (p.json = f.getJSON()), h.includes("text") && (p.text = f.getText().replace(/\n$/, "")), h.length === 1 ? t(p[h[0]]) : t(p);
|
|
65222
65222
|
}
|
|
65223
65223
|
}), c = $n(() => ({
|
|
65224
65224
|
editor: l,
|