mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
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>
|
||||
}>()
|
||||
|
||||
const virtualScroller = $(useFeatureFlag('experimentalVirtualScroller'))
|
||||
const virtualScroller = false // TODO: fix flickering issue with virtual scroll
|
||||
|
||||
const groupCapacity = Number.MAX_VALUE // No limit
|
||||
|
||||
|
|
Loading…
Reference in a new issue