Skip to content

Commit 6979452

Browse files
committed
Handle additional hash in scrollToHashLink
1 parent b7fd8fe commit 6979452

File tree

1 file changed

+1
-1
lines changed
  • modules/docs/src/Volo.Docs.Web/Pages/Documents/Shared/Scripts

1 file changed

+1
-1
lines changed

modules/docs/src/Volo.Docs.Web/Pages/Documents/Shared/Scripts/vs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
var scrollToHashLink = function () {
3737
var hash = window.location.hash;
3838

39-
if (!hash || hash === '#') {
39+
if (!hash || hash === '#' || hash === '#gsc.tab=0') {
4040
return;
4141
}
4242

0 commit comments

Comments
 (0)