WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c9d908c

Browse files
committed
message in wrong div
1 parent d664457 commit c9d908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpage/guild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ class Guild extends SnowFlake {
17691769
loading.classList.remove("loading");
17701770
this.localuser.getSidePannel();
17711771

1772-
const messages = document.getElementById("channelw") as HTMLDivElement;
1772+
const messages = document.getElementById("scrollWrap") as HTMLDivElement;
17731773
for (const thing of Array.from(messages.getElementsByClassName("messagecontainer"))) {
17741774
thing.remove();
17751775
}

0 commit comments

Comments
 (0)