1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-18 05:59:13 +01:00

docs: Fix link to Range reference

This commit is contained in:
Sunny Hirai 2021-04-06 21:49:26 -07:00
parent 4bfd21534a
commit 5635f9011d

View File

@ -83,7 +83,7 @@ Here's how Mozilla Developer Network explains it:
One important distinction is that the anchor and focus points of ranges **always reference the leaf-level text nodes** in a document and never reference elements. This behavior is different than the DOM, but it simplifies working with ranges as there are fewer edge cases for you to handle.
> 🤖 For more info, check out the [`Range` reference](https://github.com/ianstormtaylor/slate/tree/d82ffe49a5253de08adab8f36ac7f07879037977/docs/reference/slate/range.md).
> 🤖 For more info, check out the [`Range` reference](../api/range.md).
## Selection