mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
small fix
This commit is contained in:
parent
45fdce7f16
commit
45add1643c
1 changed files with 0 additions and 4 deletions
|
|
@ -249,10 +249,6 @@ async function makeSelectionRange(): Promise<
|
|||
* If the selection ends on range endContainer (or startContainer in reverse select) but no text is selected (i.e. selection ends at
|
||||
* an empty area), the preceding text is highlighted due to range normalizing.
|
||||
* This is a visual bug and would sometimes lead to weird highlight behavior during removal.
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
* See X for more detail
|
||||
>>>>>>> main
|
||||
*/
|
||||
const selectionEndNode = selection.focusNode
|
||||
const selectionEndOffset = selection.focusOffset
|
||||
|
|
|
|||
Loading…
Reference in a new issue