anchorless mode + buffer customization
This commit is contained in:
parent
200d304190
commit
82581b93b8
2 changed files with 51 additions and 38 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue