mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
Bug Fixing - The caret is not at the last of search text when switching back from context menu
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user