mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 17:39:57 +02:00
Fix range API link (#4194)
This commit is contained in:
@@ -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.
|
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](../api/range.md).
|
> 🤖 For more info, check out the [`Range` reference](../api/locations/range.md).
|
||||||
|
|
||||||
## Selection
|
## Selection
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user