Increase do not autoscroll buffer to fix chat not scrolling to bottom. Fixes #1324

This commit is contained in:
Gabe Kangas
2021-08-29 16:58:37 -07:00
parent d522e41d5c
commit 4a34ccde05
2 changed files with 3 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ export const CHAT_OK_KEYCODES = [
'Backspace',
];
export const CHAT_KEY_MODIFIERS = ['Control', 'Shift', 'Meta', 'Alt'];
export const MESSAGE_JUMPTOBOTTOM_BUFFER = 300;
export const MESSAGE_JUMPTOBOTTOM_BUFFER = 500;
// app styling
export const WIDTH_SINGLE_COL = 730;