diff --git a/src/viewstate.ts b/src/viewstate.ts index 42c3dcf..d1dcacb 100644 --- a/src/viewstate.ts +++ b/src/viewstate.ts @@ -114,7 +114,7 @@ export class ViewState { editorHeight = 0 // scrollDOM.clientHeight, unscaled editorWidth = 0 // scrollDOM.clientWidth, unscaled scrollTop = 0 // Last seen scrollDOM.scrollTop, scaled - scrolledToBottom = true + scrolledToBottom = false // The CSS-transformation scale of the editor (transformed size / // concrete size) scaleX = 1