FIX: Composer presence shows user as editing when replying.

This commit is contained in:
Guo Xiang Tan
2020-05-13 13:41:03 +08:00
parent aa40a07d73
commit 15e32dc1af

View File

@@ -35,7 +35,7 @@ export default Component.extend({
return this.presenceManager.editingUsers(topicId); return this.presenceManager.editingUsers(topicId);
}, },
isReply: equal("action", "reply"), isReply: equal("action", REPLY),
@on("didInsertElement") @on("didInsertElement")
subscribe() { subscribe() {