mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Copy selected query text if there is a selection
This commit is contained in:
parent
488c8e81b8
commit
c631895211
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ namespace Flow.Launcher
|
|||
}
|
||||
else if (!string.IsNullOrEmpty(QueryTextBox.Text))
|
||||
{
|
||||
_viewModel.ResultCopy(QueryTextBox.SelectedText);
|
||||
System.Windows.Clipboard.SetText(QueryTextBox.SelectedText);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue