Skip to content

Commit

Permalink
fix disabled typebox in DMs
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jul 25, 2024
1 parent 3903029 commit 4bd6ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpage/direct.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Group extends Channel {
this.buildmessages()
history.pushState(null, "", "/channels/" + this.guild_id + "/" + this.id)
document.getElementById("channelname").textContent = "@" + this.name
document.getElementById("typebox").contentEditable = true
}
messageCreate(messagep) {
const messagez = new Message(messagep.d, this)
Expand Down

0 comments on commit 4bd6ed0

Please sign in to comment.