From 5b5dba69dcab913668300346d1c1f764010a7877 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 3 Apr 2025 13:05:33 +1100 Subject: [PATCH] fix: handle failed sortmessagepageitems --- src/plugins/monofile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/monofile.ts b/src/plugins/monofile.ts index f5409c87..2657a111 100644 --- a/src/plugins/monofile.ts +++ b/src/plugins/monofile.ts @@ -335,7 +335,7 @@ async function handleMessages(node: Element): Promise { } catch (error) { console.error("Error sorting message page items:", error) } - + if (!settingsState.animations) return // Hides messages on page load