mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 08:29:52 +01:00
update docs
This commit is contained in:
parent
6c75a45358
commit
6d83636779
1 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# CodeX Editor Caret Module
|
||||
|
||||
The `Caret` module contains methods working with caret.
|
||||
|
||||
Uses [Range](https://developer.mozilla.org/en-US/docs/Web/API/Range) methods to navigate caret
|
||||
The `Caret` module contains methods working with caret. Uses [Range](https://developer.mozilla.org/en-US/docs/Web/API/Range) methods to navigate caret
|
||||
between blocks.
|
||||
|
||||
Caret class implements basic Module class that holds User configuration
|
||||
|
|
@ -18,7 +16,7 @@ You can read more about Module class [here]()
|
|||
### setToBlock
|
||||
|
||||
```javascript
|
||||
Caret.setToBlock()
|
||||
Caret.setToBlock(block, offset, atEnd)
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue