pull/17/head
Suvodip 2025-02-13 15:33:09 +05:30
parent 4ef9048f95
commit a1f3f5e086
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@
pell.init({
element: editor,
onChange: (html) => {
markup.innerHTML = "HTML Output: <br /><br />";
markup.innerText += html;
// markup.innerHTML = "HTML Output: <br /><br />";
// markup.innerText += html;
contentTextArea.value = html;
// console.log(html)
}