We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3903029 commit 4bd6ed0Copy full SHA for 4bd6ed0
webpage/direct.js
@@ -54,6 +54,7 @@ class Group extends Channel {
54
this.buildmessages()
55
history.pushState(null, "", "/channels/" + this.guild_id + "/" + this.id)
56
document.getElementById("channelname").textContent = "@" + this.name
57
+ document.getElementById("typebox").contentEditable = true
58
}
59
messageCreate(messagep) {
60
const messagez = new Message(messagep.d, this)
0 commit comments