mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
autosave docs the proper way
This commit is contained in:
@@ -173,7 +173,7 @@ function* docsUploadStart(action: IDocsUploadStartAction) {
|
||||
|
||||
export function* uploadDocsTimer() {
|
||||
while (true) {
|
||||
yield docsUploadStart(uploadDocsStart());
|
||||
yield put(uploadDocsStart());
|
||||
yield delay(5000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user