Compare commits
No commits in common. "b218dd03484e1096d045f166beb2a9f61796de8f" and "4d93cca4c237dc9a9bf6f07c53da73027b4cfdf3" have entirely different histories.
b218dd0348
...
4d93cca4c2
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue