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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user