Skip to content

Commit 45bd355

Browse files
authored
Update sidebar.js
1 parent e124c0b commit 45bd355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/core/event/sidebar.js

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export function getAndActive(router, el, isParent, autoTitle) {
9595
dom.toggleClass(node, 'remove', 'active');
9696
}
9797
});
98+
9899
if (autoTitle) {
99100
dom.$.title = target
100101
? target.title || `${target.innerText} - ${title}`

0 commit comments

Comments
 (0)