anchorless mode + buffer customization

This commit is contained in:
Henry Jameson 2026-09-11 18:17:23 +03:00
commit 82581b93b8
2 changed files with 51 additions and 38 deletions

View file

@ -241,8 +241,6 @@ export default {
body: linearElement,
scrollPositionInstance: scroller,
scrollCompensation: linearScrollCompensation,
anchorId: mainStatus.value?.id,
anchorRepeatId: currentStatus.value?.id,
getPlaceholderHeight,
})
const changeSuspendStateLinearLocal = (e) => {
@ -277,6 +275,7 @@ export default {
body: ancestorsElement,
scrollPositionInstance: scroller,
scrollCompensation: treeScrollCompensation,
collapseMode: 'height',
getPlaceholderHeight,
})
const changeSuspendStateAncestorsLocal = (e) => {