fix: scroll to post if theme doesn't have top navbar

isekai-main
Barış Soner Uşaklı 2 years ago
parent 14515f6004
commit aad0a618c8

@ -559,7 +559,7 @@ define('navigator', ['forum/pagination', 'components', 'hooks', 'alerts'], funct
}
const postHeight = scrollTo.outerHeight(true);
const navbarHeight = components.get('navbar').outerHeight(true);
const navbarHeight = components.get('navbar').outerHeight(true) || 0;
const topicHeaderHeight = $('.topic-header').outerHeight(true) || 0;
const viewportHeight = $(window).height();

Loading…
Cancel
Save