This commit is contained in:
Vanessa 2024-09-24 09:02:25 +08:00
parent a8f183a99f
commit 5befacdda9
10 changed files with 11 additions and 13 deletions

View file

@ -426,7 +426,7 @@ export class Files extends Model {
item.style.opacity = "";
// https://github.com/siyuan-note/siyuan/issues/11587
if (index === 0) {
const airaLabelElement = item.querySelector(".ariaLabel")
const airaLabelElement = item.querySelector(".ariaLabel");
showTooltip(airaLabelElement.getAttribute("aria-label"), airaLabelElement);
}
});