You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Fired when when editable block gets focus and after it is blurred. </p>
208
+
<p>Fired when when an editable block gets focus and after it is blurred. </p>
208
209
209
210
<divclass="code-example">
210
211
<h3>Example:</h3>
@@ -253,7 +254,7 @@ <h3>Example:</h3>
253
254
<h4>
254
255
<span>cursor</span>
255
256
</h4>
256
-
<p>Fired when the user selects some text inside an editable block.</p>
257
+
<p>Fired when the user moves the cursor within an editable block.</p>
257
258
258
259
<divclass="code-example">
259
260
<h3>Example:</h3>
@@ -275,7 +276,7 @@ <h3>Example:</h3>
275
276
<h4>
276
277
<span>change</span>
277
278
</h4>
278
-
<p>Fired when the user selects some text inside an editable block.</p>
279
+
<p>Fired when the user changes the content of an editable block.</p>
279
280
280
281
<divclass="code-example">
281
282
<h3>Example:</h3>
@@ -336,7 +337,7 @@ <h3>Example:</h3>
336
337
<h4>
337
338
<span>insert</span>
338
339
</h4>
339
-
<p>Fired when the user presses enter (⏎) at the beginning or end of an editable (For example you can insert a new paragraph after the element if this happens).</p>
340
+
<p>Fired when the user presses enter (⏎) at the beginning or end of an editable (for example you can insert a new paragraph after the element if this happens).</p>
340
341
341
342
<pclass="edit-example">
342
343
The end<spanclass="cursor"> </span>
@@ -412,15 +413,15 @@ <h4>
412
413
<span>switch</span>
413
414
</h4>
414
415
415
-
<p>Fired when the user pressed an arrow key at the top or bottom so that you may want to set the cursor into the preceding or following editale element.</p>
416
+
<p>Fired when the user presses an arrow key at the top or bottom so that you may want to set the cursor into the preceding or following editable element.</p>
0 commit comments