mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-03 04:02:33 +02:00
fixed a typo where the method for focus was blur() (#294)
This commit is contained in:
committed by
Ian Storm Taylor
parent
66ffc732bd
commit
523b8a7e6f
@@ -175,7 +175,7 @@ To see how these properties behave, check out the [Plugins reference](../plugins
|
|||||||
Programmatically blur the editor.
|
Programmatically blur the editor.
|
||||||
|
|
||||||
### `focus`
|
### `focus`
|
||||||
`blur() => Void`
|
`focus() => Void`
|
||||||
|
|
||||||
Programmatically focus the editor.
|
Programmatically focus the editor.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user