Skip to content
Snippets Groups Projects
Commit 39ffcd87 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Fix event name in manual

parent cae456c7
No related branches found
No related tags found
No related merge requests found
......@@ -634,7 +634,7 @@
<dt id="event_scroll"><code><strong>"scroll"</strong> (instance: CodeMirror)</code></dt>
<dd>Fires when the editor is scrolled.</dd>
<dt id="event_resize"><code><strong>"resize"</strong> (instance: CodeMirror)</code></dt>
<dt id="event_refresh"><code><strong>"refresh"</strong> (instance: CodeMirror)</code></dt>
<dd>Fires when the editor is <a href="#refresh">refreshed</a>
or <a href="#setSize">resized</a>. Mostly useful to invalidate
cached values that depend on the editor or character size.</dd>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment