Fix missing avatar in cursor tooltip

This commit is contained in:
yflory
2018-12-10 13:46:21 +01:00
parent 600c984576
commit a2e28e6e25
2 changed files with 1 additions and 2 deletions

View File

@@ -163,7 +163,6 @@ define([
data.color = Util.find(ctx.store.proxy, ['settings', 'general', 'cursor', 'color']);
data.name = ctx.store.proxy[Constants.displayNameKey] || Messages.anonymous;
data.avatar = Util.find(ctx.store.proxy, ['profile', 'avatar']);
console.log(data.color);
c.cursor = data;
sendMyCursor(ctx, client);
cb();