Fix typo in 2.99.2 (Selection and Range)
This commit is contained in:
parent
3cb134f29f
commit
b7a7e687a4
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ Focus on me, the cursor will be at position 10.
|
|||
// zero delay setTimeout to run after browser "focus" action finishes
|
||||
setTimeout(() => {
|
||||
// we can set any selection
|
||||
// if start=end, the cursor it exactly at that place
|
||||
// if start=end, the cursor is exactly at that place
|
||||
area.selectionStart = area.selectionEnd = 10;
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue