We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5be16 commit 2eb6939Copy full SHA for 2eb6939
resources/assets/component.js
@@ -367,7 +367,7 @@ class ComponentCascadeDot {
367
D.classList.remove('dlp-label-silence');
368
}
369
370
- if (checked === true && node === parseInt(D.getAttribute('data-id'))) {
+ if (checked === true && node === parseInt(D.getAttribute('data-id')) && !(D.querySelector('i') instanceof HTMLElement)) {
371
D.insertAdjacentHTML('beforeend', `<i>${_componentSvg.check_circle}</i>`);
372
373
if(checked === false){
0 commit comments