feature: drag support in sort panel.
This commit is contained in:
@ -26,7 +26,9 @@ function fillCheckbox(container, type = 'fa-regular', label, tabindex = -1, char
|
||||
container.appendChild(
|
||||
createElement('span', span => {
|
||||
span.innerText = label;
|
||||
span.title = title;
|
||||
if (title != null) {
|
||||
span.title = title;
|
||||
}
|
||||
})
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user