mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(edit) diff
This commit is contained in:
parent
64c5f477ef
commit
52991e1047
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
|||
DOM.RESTful.save(lPath, lValue, Edit.showMessage, query);
|
||||
}, function(callback) {
|
||||
diff(lValue, function(diff) {
|
||||
Value = lValue;
|
||||
Util.exec(callback, diff);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue