fix: 聊天侧边栏未滚动
This commit is contained in:
@@ -57,6 +57,7 @@ const NavbarPhone = ({
|
||||
alignItems={'center'}
|
||||
justifyContent={'center'}
|
||||
onClick={() => {
|
||||
if (item.link === router.pathname) return;
|
||||
router.push(item.link);
|
||||
onClose();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user