Skip to content

Commit fe1fbac

Browse files
committed
fix undo manager
1 parent 25a2ec7 commit fe1fbac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/ext/code/proxydocument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ oop.inherits(ProxyDocument, Document);
7878
};
7979

8080
this.revertDeltas = function (deltas) {
81-
return this.doc.applyDeltas(deltas);
81+
return this.doc.revertDeltas(deltas);
8282
};
8383
}).call(ProxyDocument.prototype);
8484

0 commit comments

Comments
 (0)