Bug Fixing - The caret is not at the last of search text when switching back from context menu

This commit is contained in:
Colin Liu 2016-02-19 22:59:01 +08:00
parent 1b4cc556be
commit d5245f0730

View File

@ -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)