We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c1c8c commit ef942ccCopy full SHA for ef942cc
app/javascripts/controllers/messages.js
@@ -40,7 +40,7 @@ window.Messages = Spine.Controller.create({
40
"keydown .new textarea": "checkCreate",
41
},
42
43
- scoped: ["changeChannel", "addNew", "addOne"],
+ scoped: ["changeChannel", "addNew", "addOne", "render"],
44
45
handle: $("meta[name=handle]").attr("content"),
46
0 commit comments