Fix missing avatar in cursor tooltip
This commit is contained in:
@@ -433,7 +433,7 @@ define([
|
||||
$(el).css('background-color', cursor.color);
|
||||
}
|
||||
if (cursor.name) {
|
||||
$(el).attr('title', cursor.name);
|
||||
$(el).attr('title', makeTippy(cursor));
|
||||
}
|
||||
marks[id] = editor.setBookmark(cursorPosS, { widget: el });
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user