Fixed OT some uncaught error and exceptions
This commit is contained in:
4
public/vendor/ot/editor-client.js
vendored
4
public/vendor/ot/editor-client.js
vendored
@@ -25,8 +25,8 @@ ot.EditorClient = (function () {
|
||||
|
||||
SelfMeta.prototype.transform = function (operation) {
|
||||
return new SelfMeta(
|
||||
this.selectionBefore.transform(operation),
|
||||
this.selectionAfter.transform(operation)
|
||||
(this.selectionBefore ? this.selectionBefore.transform(operation) : null),
|
||||
(this.selectionAfter ? this.selectionAfter.transform(operation) : null)
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user