From 1f7136860b29471ba78c2dd24b357555f1d6436f Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 9 Dec 2025 17:03:12 +0530 Subject: [PATCH] chore: comments on highlight timer check --- app/javascript/dashboard/components-next/message/Message.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/components-next/message/Message.vue b/app/javascript/dashboard/components-next/message/Message.vue index b1852c6eb..372668b6c 100644 --- a/app/javascript/dashboard/components-next/message/Message.vue +++ b/app/javascript/dashboard/components-next/message/Message.vue @@ -453,6 +453,7 @@ const avatarTooltip = computed(() => { }); const setupHighlightTimer = () => { + // This is a defensive check, since in the ISOLATED shell mode, there might be no route.query if (Number(route?.query?.messageId) !== Number(props.id)) { return; }