Skip to content

Commit fb3c166

Browse files
committed
chore: increment editor debounce rate
1 parent cffb516 commit fb3c166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/javascripts/Components/NoteView/Controller/EditorSaveTimeoutDebounce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { MILLISECONDS_IN_A_SECOND } from '@/Constants/Constants'
22

33
export const EditorSaveTimeoutDebounce = {
4-
Desktop: 350,
4+
Desktop: 700,
55
ImmediateChange: 100,
66
NativeMobileWeb: 700,
77
LargeNote: 60 * MILLISECONDS_IN_A_SECOND,

0 commit comments

Comments
 (0)