popup.rect get & set
This commit is contained in:
@ -6,7 +6,7 @@ function fillCheckbox(container, type, label, charactor = 'check') {
|
||||
container.appendChild(
|
||||
createElement('layer', 'check-box-inner', createIcon(type, charactor))
|
||||
);
|
||||
if (label instanceof HTMLElement) {
|
||||
if (label instanceof Element) {
|
||||
container.appendChild(label);
|
||||
} else if (label?.length > 0) {
|
||||
container.appendChild(
|
||||
|
Reference in New Issue
Block a user