We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a2ec7 commit fe1fbacCopy full SHA for fe1fbac
1 file changed
client/ext/code/proxydocument.js
@@ -78,7 +78,7 @@ oop.inherits(ProxyDocument, Document);
78
};
79
80
this.revertDeltas = function (deltas) {
81
- return this.doc.applyDeltas(deltas);
+ return this.doc.revertDeltas(deltas);
82
83
}).call(ProxyDocument.prototype);
84
0 commit comments