Skip to content

Commit

Permalink
Prevent browser reload on new ws connections
Browse files Browse the repository at this point in the history
  • Loading branch information
chiplay committed Sep 27, 2018
1 parent cf0febd commit a84faf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/lib/messages/Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function incomingConnection(
Log.overlayInfo(`${logPrefix}: connected`)
);
}
return reloadBrowserSafe();
})
);
}

0 comments on commit a84faf6

Please sign in to comment.