mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update app.tsx
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ const BoardLayout = () => {
|
|||||||
return () => {
|
return () => {
|
||||||
removeSnow();
|
removeSnow();
|
||||||
};
|
};
|
||||||
}, [isSpecialEnabled]);
|
}, [isSpecialEnabled, isMobile]);
|
||||||
|
|
||||||
// force rerender of post form when navigating between pages, except when opening settings modal in current view
|
// force rerender of post form when navigating between pages, except when opening settings modal in current view
|
||||||
const key = location.pathname.endsWith('/settings')
|
const key = location.pathname.endsWith('/settings')
|
||||||
|
|||||||
Reference in New Issue
Block a user