|
@@ -446,7 +446,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") || item.querySelector(".b3-list-item__text");
|
|
|
if (airaLabelElement) {
|
|
|
showTooltip(airaLabelElement.getAttribute("aria-label"), airaLabelElement);
|
|
|
}
|