Compare commits

...

2 Commits

Author SHA1 Message Date
Subhodip Ghosh b218dd0348 Merge pull request 's4' (#17) from b2 into master
Reviewed-on: #17
2025-02-13 10:03:38 +00:00
Suvodip a1f3f5e086 s4 2025-02-13 15:33:09 +05:30
1 changed files with 2 additions and 2 deletions

View File

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