mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
Reduce SelectionHighlighter flashing when moving within the same word
This commit is contained in:
parent
089f675513
commit
2ca58657e9
1 changed files with 1 additions and 0 deletions
|
@ -638,6 +638,7 @@ class SelectionHighlighterState {
|
|||
public readonly wordSeparators: string;
|
||||
|
||||
constructor(lastWordUnderCursor: Selection, searchText: string, matchCase: boolean, wordSeparators: string) {
|
||||
this.lastWordUnderCursor = lastWordUnderCursor;
|
||||
this.searchText = searchText;
|
||||
this.matchCase = matchCase;
|
||||
this.wordSeparators = wordSeparators;
|
||||
|
|
Loading…
Reference in a new issue