diff --git a/js/global_scope_js.js b/js/global_scope_js.js index ba5abcb2..92f65622 100644 --- a/js/global_scope_js.js +++ b/js/global_scope_js.js @@ -420,7 +420,9 @@ function applyMorphdomUpdate(data) { }, 0); } } + autoScrollToBottom(); updateInstructPadding(); + autoScrollToBottom(); // Restore scroll state so the browser's layout adjustment // from the toggle doesn't disable auto-scroll window.isScrolled = wasScrolled;