mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
chore: increment editor debounce rate (#2958) [skip e2e]
This commit is contained in:
committed by
GitHub
parent
1a60f73af8
commit
47bb5facf2
@@ -1,7 +1,7 @@
|
||||
import { MILLISECONDS_IN_A_SECOND } from '@/Constants/Constants'
|
||||
|
||||
export const EditorSaveTimeoutDebounce = {
|
||||
Desktop: 350,
|
||||
Desktop: 700,
|
||||
ImmediateChange: 100,
|
||||
NativeMobileWeb: 700,
|
||||
LargeNote: 60 * MILLISECONDS_IN_A_SECOND,
|
||||
|
||||
Reference in New Issue
Block a user