fix bug
This commit is contained in:
parent
0a1d2cfd26
commit
70a99e2013
3 changed files with 3 additions and 1 deletions
|
@ -544,7 +544,7 @@ class Channel{
|
|||
history.pushState(null, null,"/channels/"+this.guild_id+"/"+this.snowflake);
|
||||
document.getElementById("channelname").textContent="#"+this.name;
|
||||
console.log(this);
|
||||
(document.getElementById("typebox") as HTMLInputElement).contentEditable=""+this.canMessage;
|
||||
document.getElementById("typebox").contentEditable=""+this.canMessage;
|
||||
}
|
||||
lastmessage:Message;
|
||||
async putmessages(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue