Skip to content

Commit

Permalink
Fix scrolling action
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent 27248d8 commit fed9ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/run/preview/update/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ const getPreviewContent = function (previewState) {
const bottomBar = getBottomBar(previewState)
const { report, maxScrollTop } = updateScrolling(previewState, bottomBar)
addScrollAction({ previewState, maxScrollTop })
return `${report}${bottomBar}`
const bottomBarA = getBottomBar(previewState)
return `${report}${bottomBarA}`
}

0 comments on commit fed9ed5

Please sign in to comment.