Skip to content

Commit 2eb6939

Browse files
committed
1.8
1 parent 7b5be16 commit 2eb6939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ class ComponentCascadeDot {
367367
D.classList.remove('dlp-label-silence');
368368
}
369369
}
370-
if (checked === true && node === parseInt(D.getAttribute('data-id'))) {
370+
if (checked === true && node === parseInt(D.getAttribute('data-id')) && !(D.querySelector('i') instanceof HTMLElement)) {
371371
D.insertAdjacentHTML('beforeend', `<i>${_componentSvg.check_circle}</i>`);
372372
}
373373
if(checked === false){

0 commit comments

Comments
 (0)