mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add check query length when calling backspace command action
This commit is contained in:
parent
dae0a5a812
commit
914f7e346b
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ namespace Flow.Launcher
|
|||
if (specialKeyState.CtrlPressed)
|
||||
{
|
||||
if (_viewModel.SelectedIsFromQueryResults()
|
||||
&& QueryTextBox.Text.Length > 0
|
||||
&& QueryTextBox.CaretIndex == QueryTextBox.Text.Length)
|
||||
{
|
||||
var queryWithoutActionKeyword =
|
||||
|
|
|
|||
Loading…
Reference in a new issue