removed click-listener from file-checkbox-container
This commit is contained in:
parent
8e43a314d3
commit
daa44b36af
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user