chore: keep mobile sidebar position a9eded59
Steve · 2025-11-02 06:46 1 file(s) · +1 −2
src/components/app-sidebar.tsx +1 −2
177 177
			onPostSelect(postId);
178 178
179 179
			// On mobile, close the sidebar after selecting a post
180 +
			// Keep the current view (posts) so user can continue where they left off
180 181
			if (isMobile) {
181 182
				setOpenMobile(false);
182 -
				// Reset to feeds view for next time sidebar opens
183 -
				setTimeout(() => setMobileView("feeds"), 300);
184 183
			}
185 184
		},
186 185
		[