mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-11 04:06:58 +00:00
minor bug fix
This commit is contained in:
+1
-1
@@ -1130,7 +1130,7 @@ class User extends SnowFlake {
|
||||
});
|
||||
|
||||
const send = document.createElement("input");
|
||||
div.append(send);
|
||||
if (!this.id.includes("#clone")) div.append(send);
|
||||
send.placeholder = I18n.user.sendMessage(this.name);
|
||||
send.onkeyup = (e) => {
|
||||
if (e.key === "Enter") {
|
||||
|
||||
Reference in New Issue
Block a user