Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ltiseanu committed Nov 27, 2024
1 parent a71d487 commit 51614c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _src-lp/blocks/b-dropdownbox/b-dropdownbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,5 @@ export default function decorate(block) {
block.closest('.b-dropdownbox-container').appendChild(sliderBox);
}

if (parentSelector.classList.contains('inactive')) {
block.classList.add('inactive');
}
if (parentSelector.classList.contains('inactive')) block.classList.add('inactive');
}

0 comments on commit 51614c0

Please sign in to comment.