diff --git a/edit/sections-editor.js b/edit/sections-editor.js index 302d7d03..acffa17a 100644 --- a/edit/sections-editor.js +++ b/edit/sections-editor.js @@ -57,6 +57,8 @@ function createSectionsEditor({style, onTitleChanged}) { xo.unobserve(target); } } + }, { + rootMargin: '100%', }); CodeMirror.defineExtension('refreshOnView', function () { if (xo) {