s4 #17

Merged
suvo merged 1 commits from b2 into master 2025-02-13 10:03:39 +00:00
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)
}