Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

144
Visualizações
JavaScript code unintentionally runs twice

google develop mode

It seems that the submit event function is executed twice while creating the personal project comment function. The vm729 comment.js file floating in the developer tools seems to be the problem. This is the code in the comment.js file.

import 'regenerator-runtime';

const detailContainer = document.querySelector('.detail__container');
const form = document.getElementById('commentForm');
const textarea = form.querySelector('textarea');
const button = form.querySelector('button');

async function handleSubmit(event) {
 event.preventDefault();
 const text = textarea.value;
 if (text === '') {
   return;
 }
 const { cafeid } = detailContainer.dataset;
 const response = await fetch(`/comments/cafes/${cafeid}`, {
   method: 'POST',
   headers: {
     'Content-Type': 'application/json',
   },
   body: JSON.stringify({ text }),
 });
 console.log(response);
 textarea.value = '';
}

form.addEventListener('submit', handleSubmit);
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda