We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a7957b + 2856803 commit 8092a44Copy full SHA for 8092a44
Flow.Launcher/Helper/HotKeyMapper.cs
@@ -143,6 +143,8 @@ internal static void SetCustomQueryHotkey(CustomPluginHotkey hotkey)
143
return;
144
145
App.API.ShowMainWindow();
146
+ // Make sure to go back to the query results page first since it can cause issues if current page is context menu
147
+ App.API.BackToQueryResults();
148
App.API.ChangeQuery(hotkey.ActionKeyword, true);
149
});
150
}
0 commit comments