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'
|
import { MILLISECONDS_IN_A_SECOND } from '@/Constants/Constants'
|
||||||
|
|
||||||
export const EditorSaveTimeoutDebounce = {
|
export const EditorSaveTimeoutDebounce = {
|
||||||
Desktop: 350,
|
Desktop: 700,
|
||||||
ImmediateChange: 100,
|
ImmediateChange: 100,
|
||||||
NativeMobileWeb: 700,
|
NativeMobileWeb: 700,
|
||||||
LargeNote: 60 * MILLISECONDS_IN_A_SECOND,
|
LargeNote: 60 * MILLISECONDS_IN_A_SECOND,
|
||||||
|
|||||||
Reference in New Issue
Block a user