mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Bug Fixing - The caret is not at the last of search text when switching back from context menu
This commit is contained in:
parent
1b4cc556be
commit
d5245f0730
1 changed files with 1 additions and 0 deletions
|
|
@ -629,6 +629,7 @@ namespace Wox.ViewModel
|
|||
this.QueryText = _textBeforeEnterContextMenuMode;
|
||||
this.IsActionPanelVisible = false;
|
||||
this.IsSearchResultPanelVisible = true;
|
||||
this.CaretIndex = this.QueryText.Length;
|
||||
}
|
||||
|
||||
private void DisplayQueryHistory(HistoryItem history)
|
||||
|
|
|
|||
Loading…
Reference in a new issue