Add comments for future reference
This commit is contained in:
@@ -109,6 +109,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
|
||||
function hidePrePlaybackPage() {
|
||||
let animatedPage = document.querySelector('.page:not(.hide)');
|
||||
animatedPage.classList.add('hide');
|
||||
// At this point, we must hide the scrollbar placeholder, so it's not being displayed while the item is being loaded
|
||||
document.getElementsByTagName('body')[0].style = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user