fixes, cleanup, now properly renders ancestors etc
This commit is contained in:
parent
a24d2a1bba
commit
ed7a1e70e8
4 changed files with 36 additions and 28 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { storeToRefs } from 'pinia'
|
||||
import { computed, onMounted, ref, watch } from 'vue'
|
||||
import { computed, ref, watch } from 'vue'
|
||||
|
||||
import { useMergedConfigStore } from 'src/stores/merged_config.js'
|
||||
import { useStatusesStore } from 'src/stores/statuses.js'
|
||||
|
|
@ -82,7 +82,7 @@ export function useVirtualScrolling(conversation, body) {
|
|||
watch(windowHeight, updateBoundaries)
|
||||
watch(scrollY, updateBoundaries)
|
||||
watch(totalHeight, updateBoundaries)
|
||||
onMounted(updateBoundaries)
|
||||
watch(body, updateBoundaries)
|
||||
|
||||
const heightChart = computed(() => {
|
||||
// Map every height and suspendable state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue