Merge pull request 's4' (#17) from b2 into master

Reviewed-on: #17
master
Subhodip Ghosh 2025-02-13 10:03:38 +00:00
commit b218dd0348
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)
}