mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: Composer presence shows user as editing when replying.
This commit is contained in:
parent
aa40a07d73
commit
15e32dc1af
|
@ -35,7 +35,7 @@ export default Component.extend({
|
|||
return this.presenceManager.editingUsers(topicId);
|
||||
},
|
||||
|
||||
isReply: equal("action", "reply"),
|
||||
isReply: equal("action", REPLY),
|
||||
|
||||
@on("didInsertElement")
|
||||
subscribe() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user