mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +08: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
@ -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 New Issue
Block a user