We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c0c68 commit d9221f6Copy full SHA for d9221f6
public/js/index.js
@@ -2466,9 +2466,6 @@ function buildCursor (user) {
2466
iconClass = 'fa-desktop'
2467
break
2468
}
2469
- if ($('.CodeMirror-other-cursors').length <= 0) {
2470
- $("<div class='CodeMirror-other-cursors'>").insertAfter('.CodeMirror-cursors')
2471
- }
2472
if ($('div[data-clientid="' + user.id + '"]').length <= 0) {
2473
let cursor = $('<div data-clientid="' + user.id + '" class="CodeMirror-other-cursor" style="display:none;"></div>')
2474
cursor.attr('data-line', user.cursor.line)
0 commit comments