Fixed a typo
This commit is contained in:
parent
71c638bc27
commit
0a9eb3d688
@ -91,7 +91,7 @@ class RawEditor extends React.Component {
|
|||||||
/**
|
/**
|
||||||
* Slate keeps track of selections, scroll position etc.
|
* Slate keeps track of selections, scroll position etc.
|
||||||
* So, onChange gets dispatched on every interaction (click, arrows, everything...)
|
* So, onChange gets dispatched on every interaction (click, arrows, everything...)
|
||||||
* It also have an onDocumentChange, that get's dispached only when the actual
|
* It also have an onDocumentChange, that get's dispatched only when the actual
|
||||||
* content changes
|
* content changes
|
||||||
*/
|
*/
|
||||||
handleChange(state) {
|
handleChange(state) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user