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;