From 6e3b012b2a31351b998c64b5d3170b8a73d83ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 14 Jun 2024 21:15:02 -0400 Subject: [PATCH] fix: #12633, don't check post index --- public/src/client/topic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/topic.js b/public/src/client/topic.js index b4dd497dc3..49f2c1bc42 100644 --- a/public/src/client/topic.js +++ b/public/src/client/topic.js @@ -297,7 +297,7 @@ define('forum/topic', [ destroyed = true; } $(window).one('action:ajaxify.start', destroyTooltip); - $('[component="topic"]').on('mouseenter', '[component="post"] a, [component="topic/event"] a', async function () { + $('[component="topic"]').on('mouseenter', '[component="post"] [component="post/content"] a, [component="topic/event"] a', async function () { const link = $(this); destroyed = false;