Skip to content

Commit 4382283

Browse files
committed
Document the scrollpastend addon
Closes codemirror#6381
1 parent 1ac4e32 commit 4382283

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/manual.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,6 +3147,11 @@ <h2 id="addons">Addons</h2>
31473147
A demo of the addon is available <a href="../demo/hardwrap.html">here</a>.
31483148
</dd>
31493149

3150+
<dt id="addon_scrollpastend"><a href="../addon/scroll/scrollpastend.js"><code>scroll/scrollpastend.js</code></a></dt>
3151+
<dd>Defines an option `"scrollPastEnd"` that, when set to a
3152+
truthy value, allows the user to scroll one editor height of
3153+
empty space into view at the bottom of the editor.</dd>
3154+
31503155
<dt id="addon_merge"><a href="../addon/merge/merge.js"><code>merge/merge.js</code></a></dt>
31513156
<dd>Implements an interface for merging changes, using either a
31523157
2-way or a 3-way view. The <code>CodeMirror.MergeView</code>

0 commit comments

Comments
 (0)