We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b353ace commit 2100fc3Copy full SHA for 2100fc3
src/core/event/sidebar.js
@@ -86,7 +86,7 @@ export function getAndActive(router, el, isParent, autoTitle) {
86
const href = a.getAttribute('href');
87
const node = isParent ? a.parentNode : a;
88
89
- a.title = a.innerText;
+ a.title = a.title || a.innerText;
90
91
if (hash.indexOf(href) === 0 && !target) {
92
target = a;
0 commit comments