chore: increment editor debounce rate (#2958) [skip e2e]

This commit is contained in:
Antonella Sgarlatta
2025-11-07 11:32:31 -03:00
committed by GitHub
parent 1a60f73af8
commit 47bb5facf2

View File

@@ -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,