diff --git a/public/js/index.js b/public/js/index.js index c6ef16c82..b9ab71753 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -2781,7 +2781,7 @@ editor.on('changes', function (cm, changes) { windowResize(); } checkEditorScrollbar(); - if (editorHasFocus()) { + if (ui.area.codemirrorScroll[0].scrollHeight > ui.area.view[0].scrollHeight && editorHasFocus()) { postUpdateEvent = function () { syncScrollToView(); postUpdateEvent = null;