mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Do not query when expanding builtin shortcuts
This commit is contained in:
parent
f935d5f078
commit
247272c9aa
1 changed files with 3 additions and 0 deletions
|
|
@ -1437,6 +1437,9 @@ namespace Flow.Launcher.ViewModel
|
|||
{
|
||||
// Use private field to avoid infinite recursion
|
||||
_queryText = queryBuilderTmp.ToString();
|
||||
// When executing OnPropertyChanged, QueryTextBox_TextChanged1 and Query will be called
|
||||
// So we need to ignore it so that we will not call Query again
|
||||
_ignoredQueryText = _queryText;
|
||||
OnPropertyChanged(nameof(QueryText));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue