mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Move suggestion caret
This commit is contained in:
parent
846333af1e
commit
ab2fe8fdc3
1 changed files with 2 additions and 0 deletions
|
|
@ -17,7 +17,9 @@ namespace Flow.Launcher.Converters
|
||||||
}
|
}
|
||||||
var QueryText = values[1] as TextBox;
|
var QueryText = values[1] as TextBox;
|
||||||
var Suggestion = values[0] as TextBox;
|
var Suggestion = values[0] as TextBox;
|
||||||
|
Suggestion.CaretIndex = QueryText.CaretIndex;
|
||||||
Suggestion.ScrollToHorizontalOffset(QueryText.HorizontalOffset);
|
Suggestion.ScrollToHorizontalOffset(QueryText.HorizontalOffset);
|
||||||
|
|
||||||
// first prop is the current query string
|
// first prop is the current query string
|
||||||
var queryText = QueryText.Text;
|
var queryText = QueryText.Text;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue