Vanessa 2024-04-30 11:53:51 +08:00
parent f76d041d03
commit f375a085ce
2 changed files with 10 additions and 12 deletions

View file

@ -360,10 +360,6 @@ export class Files extends Model {
}
target = target.parentElement;
}
} else {
this.element.querySelectorAll(".b3-list-item--focus").forEach((item: HTMLElement) => {
item.classList.remove("b3-list-item--focus");
});
}
if (needFocus) {
setPanelFocus(this.element.parentElement);