mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-03 18:57:38 +01:00
Remove reload statement from searchForQuery
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
parent
ebf06843f7
commit
4f48a77214
@ -235,7 +235,6 @@ export class AppLayout extends Component<any, IAppLayoutState> {
|
||||
window.location.href = isDesktopApp()
|
||||
? "hyperspace://hyperspace/app/index.html#/search?query=" + what
|
||||
: "/#/search?query=" + what;
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
logOutAndRestart() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user