From b007332e288d7f7ec8af56ba9b8f2c4c64d8a3de Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 16 Sep 2025 17:15:47 -0500 Subject: [PATCH] no flashing on going to bottom --- src/webpage/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/channel.ts b/src/webpage/channel.ts index 2b81e2f..c970988 100644 --- a/src/webpage/channel.ts +++ b/src/webpage/channel.ts @@ -2248,7 +2248,7 @@ class Channel extends SnowFlake { } async goToBottom() { await this.tryfocusinfinate(); - if (this.lastmessageid) this.infinite.focus(this.lastmessageid); + if (this.lastmessageid) this.infinite.focus(this.lastmessageid, false); } async messageCreate(messagep: messageCreateJson): Promise { if (this.localuser.channelfocus !== this) {