There was an error while loading. Please reload this page.
1 parent a5fa54e commit 669de22Copy full SHA for 669de22
contadorComponent.js
@@ -54,6 +54,7 @@
54
55
return (valor = true) => {
56
const atributo = 'disabled';
57
+ elementoBotao.removeEventListener('click', iniciarFn.bind(this));
58
59
if (valor) {
60
elementoBotao.setAttribute(atributo, valor);
0 commit comments