fix: persist selected streams tab

This used to navigate me back to the open streams tab even if I click a
stream in the closed list
This commit is contained in:
talksik
2026-04-12 13:44:35 -07:00
parent af0a319399
commit dbe61e447a
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ function StreamViewInner({ path, streamParticle }: StreamViewProps) {
break;
case "Escape":
e.preventDefault();
navigate(`/${networkId}`);
navigate(-1);
break;
case "h": {
e.preventDefault();