Skip to content

Commit 69da85e

Browse files
authored
Autosave monitor - Make the mobile editor ping the native at each keystroke, since the deboucing logic is already well defined in the apps. (#17548)
1 parent e99d365 commit 69da85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/src/store/reducer.native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828

2929
import { EDITOR_SETTINGS_DEFAULTS } from './defaults.js';
3030

31-
EDITOR_SETTINGS_DEFAULTS.autosaveInterval = 2; // This is a way to override default on mobile
31+
EDITOR_SETTINGS_DEFAULTS.autosaveInterval = 0; // This is a way to override default behavior on mobile, and make it ping the native save at each keystroke
3232

3333
export * from './reducer.js';
3434

0 commit comments

Comments
 (0)