pacientesTable.forEach(tr => {
tr.addEventListener("dblclick",(event)=>{
this.remove()
})
Após o duplo click eu recebo o seguinte erro:
Uncaught TypeError: this.remove is not a function
at HTMLTableSectionElement.<anonymous> (removerPaciente.js:5)