mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
f76d041d03
commit
f375a085ce
2 changed files with 10 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue