1
0
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:
Marquis Kurt 2019-10-05 17:01:58 -04:00
parent ebf06843f7
commit 4f48a77214
No known key found for this signature in database
GPG Key ID: 725636D259F5402D

View File

@ -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() {