summaryrefslogtreecommitdiff
path: root/public/vendor/ot/codemirror-adapter.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/ot/codemirror-adapter.js')
-rwxr-xr-xpublic/vendor/ot/codemirror-adapter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/ot/codemirror-adapter.js b/public/vendor/ot/codemirror-adapter.js
index c1601f22..beff98c6 100755
--- a/public/vendor/ot/codemirror-adapter.js
+++ b/public/vendor/ot/codemirror-adapter.js
@@ -320,7 +320,7 @@ ot.CodeMirrorAdapter = (function (global) {
for (var i = 0; i < selection.ranges.length; i++) {
var range = selection.ranges[i];
if (range.isEmpty()) {
- selectionObjects[i] = this.setOtherCursor(range.head, color, clientId);
+ //selectionObjects[i] = this.setOtherCursor(range.head, color, clientId);
} else {
selectionObjects[i] = this.setOtherSelectionRange(range, color, clientId);
}