fix: lighten debounce() usage, do not do full re-render on every change

This commit is contained in:
2025-11-20 14:09:43 +03:00
parent dfdc1742ec
commit 348d64f356
3 changed files with 43 additions and 49 deletions

View File

@@ -50,6 +50,6 @@ export const DEFAULT_STORAGE: StorageData = {
export const CONSTANTS = {
WORD_ITEM_HEIGHT: 32,
DEBOUNCE_DELAY: 300,
DEBOUNCE_DELAY: 150,
SCROLL_THROTTLE: 16
} as const;