We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae456c commit 39ffcd8Copy full SHA for 39ffcd8
doc/manual.html
@@ -634,7 +634,7 @@ <h2>Events</h2>
634
<dt id="event_scroll"><code><strong>"scroll"</strong> (instance: CodeMirror)</code></dt>
635
<dd>Fires when the editor is scrolled.</dd>
636
637
- <dt id="event_resize"><code><strong>"resize"</strong> (instance: CodeMirror)</code></dt>
+ <dt id="event_refresh"><code><strong>"refresh"</strong> (instance: CodeMirror)</code></dt>
638
<dd>Fires when the editor is <a href="#refresh">refreshed</a>
639
or <a href="#setSize">resized</a>. Mostly useful to invalidate
640
cached values that depend on the editor or character size.</dd>
0 commit comments