Skip to content

Commit

Permalink
Merge pull request #436 from bitdefender/newfix
Browse files Browse the repository at this point in the history
fix adding inactive on block
  • Loading branch information
ltiseanu authored Nov 27, 2024
2 parents 69d9e9b + 51614c0 commit 0b1305b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _src-lp/blocks/b-dropdownbox/b-dropdownbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ export default function decorate(block) {

block.closest('.b-dropdownbox-container').appendChild(sliderBox);
}

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

0 comments on commit 0b1305b

Please sign in to comment.