diff --git a/lib/client/edit.js b/lib/client/edit.js index c5699aba..1adee29e 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -196,7 +196,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch; if (!isError) { Edit.showMessage(text); - DOM.saveDataToCache(path, Value); + DOM.saveDataToStorage(path, Value); } else { ret = Dialog.confirm(text + msg);