mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +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.QueryText = _textBeforeEnterContextMenuMode;
|
||||||
this.IsActionPanelVisible = false;
|
this.IsActionPanelVisible = false;
|
||||||
this.IsSearchResultPanelVisible = true;
|
this.IsSearchResultPanelVisible = true;
|
||||||
|
this.CaretIndex = this.QueryText.Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void DisplayQueryHistory(HistoryItem history)
|
private void DisplayQueryHistory(HistoryItem history)
|
||||||
|
Loading…
Reference in New Issue
Block a user