(fix): a bunch or weird scroll behaviour
This commit is contained in:
parent
41517631ee
commit
f3cf836fcd
3 changed files with 320 additions and 398 deletions
|
|
@ -10,4 +10,6 @@ export type LiveMessage = RawMessage & {
|
|||
localId: string;
|
||||
};
|
||||
|
||||
export const PAGE_SIZE = 50;
|
||||
export const PAGE_SIZE = 30;
|
||||
export const FALLBACK_MESSAGE_HEIGHT = 28;
|
||||
export const MESSAGES_PER_VIRTUAL_ROW = 30;
|
||||
|
|
|
|||
Loading…
Reference in a new issue