From 819a94fcfb451a015212144cfc49b73d75fd7ec3 Mon Sep 17 00:00:00 2001 From: Situphen Date: Mon, 20 Jan 2020 20:52:09 +0100 Subject: [PATCH] (EasyMDE) Correction temporaire de la sauvegarde automatique (#5597) --- assets/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/editor.js b/assets/js/editor.js index e513179cb7..5edaeb440e 100644 --- a/assets/js/editor.js +++ b/assets/js/editor.js @@ -379,7 +379,7 @@ autosave: { enabled: true, uniqueId: window.location.pathname + "@" + this.getAttribute("name"), - delay: 1000, + delay: 5000, // FIXME: Temporary fix #5589 }, indentWithTabs: false, minHeight: minHeight,