Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin authored Oct 5, 2023
1 parent d758399 commit 9826464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion string/string.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ namespace $.$$ {
el.selectionStart = from

if( to !== from && el.selectionEnd === el.selectionStart ) {
el.selectionStart = from
el.selectionEnd = to
}

Expand Down

0 comments on commit 9826464

Please sign in to comment.