replace a line that I accidentally removed

This commit is contained in:
ansuz 2021-08-26 17:42:22 +05:30
parent 840a16a563
commit 1e1890dbe4
1 changed files with 1 additions and 0 deletions

View File

@ -1312,6 +1312,7 @@ define([
$item.find('.cp-kanban-cursors').append(avatar);
return;
}
var $board = $('.kanban-board[data-id="'+cursor.board+'"]');
if ($board.length) {
remoteCursors[id] = cursor;
$board.find('header .cp-kanban-cursors').append(avatar);