BesService/online-editor.js
2024-01-25 14:06:36 +01:00

6 lines
154 B
JavaScript

window.onload = () => {
const textArea = document.getElementById('besana-editor')
const textAreaValue = textArea.value
console.log(textAreaValue)
}