mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 01:14:07 +01:00
💄
This commit is contained in:
parent
831401f20d
commit
6c6e9ea2d0
2 changed files with 3 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ export const updateHeader = (rowElement: HTMLElement) => {
|
|||
headUseElement.setAttribute("xlink:href", "#iconIndeterminateCheck");
|
||||
}
|
||||
counterElement.classList.remove("fn__none");
|
||||
counterElement.innerHTML = `${selectCount} selected`;
|
||||
counterElement.innerHTML = `${selectCount} ${window.siyuan.languages.selected}`;
|
||||
avHeadElement.style.position = "sticky";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue