mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 02:49:56 +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.
|
||||
|
||||
### `focus`
|
||||
`blur() => Void`
|
||||
`focus() => Void`
|
||||
|
||||
Programmatically focus the editor.
|
||||
|
||||
|
Reference in New Issue
Block a user