Skip to content

Commit f2def9a

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[application] Correctly update the 'Learn more' link tooltip.
Fixed: 373815809 Change-Id: I6efb806412862f0c4000ea91f4316c703ce55d59 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5946886 Commit-Queue: Danil Somsikov <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]> Reviewed-by: Danil Somsikov <[email protected]>
1 parent b0d8b1f commit f2def9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/application/ApplicationPanelSidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,7 @@ export class StorageCategoryView extends UI.Widget.VBox {
18801880
}
18811881
if (link && this.linkElement) {
18821882
this.linkElement.setAttribute('href', link);
1883+
this.linkElement.setAttribute('title', link);
18831884
this.linkElement.classList.remove('hidden');
18841885
}
18851886
}

0 commit comments

Comments
 (0)