fix: 🐛
This commit is contained in:
@@ -369,6 +369,7 @@ export default function NoteList({
|
||||
)}
|
||||
</div>
|
||||
</PullToRefresh>
|
||||
<div className="h-40" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ const SecondaryPageLayout = forwardRef(
|
||||
|
||||
useEffect(() => {
|
||||
if (isSmallScreen) {
|
||||
window.scrollTo({ top: 0 })
|
||||
setTimeout(() => window.scrollTo({ top: 0 }), 0)
|
||||
return
|
||||
}
|
||||
}, [])
|
||||
|
||||
Reference in New Issue
Block a user