1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Remove range parameter from getTexts documentation (#3016)

This commit is contained in:
Mitchell Donaldson
2019-09-22 03:45:50 +10:00
committed by Ian Storm Taylor
parent 1c29165661
commit 58b0f9f1a3

View File

@@ -334,7 +334,7 @@ Get the direction of the text content in the node.
### `getTexts`
`getTexts(range: Range) => List`
`getTexts() => List`
Get all of the [`Text`](./text.md) nodes in a node.