mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
chore: increment editor debounce rate (#2958) [skip e2e]
This commit is contained in:
parent
1a60f73af8
commit
47bb5facf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue