Gustavo Veloso

Results 1 comments of Gustavo Veloso

Try to change the function for this one: ` async function enviarScript(scriptText){ const lines = scriptText.split(/[\n\t]+/).map(line => line.trim()).filter(line => line); main = document.querySelector("#main"), textarea = main.querySelector(`div[contenteditable="true"]`) if(!textarea) throw new Error("Não...