forked from Mirrors/elk
fix: disable virtual scroll on notification page (#1037)
This commit is contained in:
parent
1e538cb8cd
commit
7f4a5587d7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const { paginator, stream } = defineProps<{
|
||||||
stream?: Promise<WsEvents>
|
stream?: Promise<WsEvents>
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const virtualScroller = $(useFeatureFlag('experimentalVirtualScroller'))
|
const virtualScroller = false // TODO: fix flickering issue with virtual scroll
|
||||||
|
|
||||||
const groupCapacity = Number.MAX_VALUE // No limit
|
const groupCapacity = Number.MAX_VALUE // No limit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue