diff --git a/templates/standalone/inputs.julius b/templates/standalone/inputs.julius index 30c3ebad9..e677cdcc4 100644 --- a/templates/standalone/inputs.julius +++ b/templates/standalone/inputs.julius @@ -158,9 +158,6 @@ window.utils.reactiveFileCheckbox = function(input) { // adds eventlistener(s) function addListener(container) { - container.addEventListener('click', function() { - input.click(); - }); input.addEventListener('change', function(event) { container.classList.toggle('file-checkbox__container--checked', this.checked); });