Compare commits

..

No commits in common. "b218dd03484e1096d045f166beb2a9f61796de8f" and "4d93cca4c237dc9a9bf6f07c53da73027b4cfdf3" have entirely different histories.

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)
}