mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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);
|
return this.presenceManager.editingUsers(topicId);
|
||||||
},
|
},
|
||||||
|
|
||||||
isReply: equal("action", "reply"),
|
isReply: equal("action", REPLY),
|
||||||
|
|
||||||
@on("didInsertElement")
|
@on("didInsertElement")
|
||||||
subscribe() {
|
subscribe() {
|
||||||
|
Loading…
Reference in New Issue
Block a user