fix(app): breaking out of auto-scroll
This commit is contained in:
@@ -903,7 +903,7 @@ export default function Page() {
|
|||||||
|
|
||||||
const autoScroll = createAutoScroll({
|
const autoScroll = createAutoScroll({
|
||||||
working: () => true,
|
working: () => true,
|
||||||
overflowAnchor: "auto",
|
overflowAnchor: "dynamic",
|
||||||
})
|
})
|
||||||
|
|
||||||
// When the user returns to the bottom, treat the active message as "latest".
|
// When the user returns to the bottom, treat the active message as "latest".
|
||||||
|
|||||||
Reference in New Issue
Block a user