Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jun 15, 2024
2 parents 883eb25 + 6e3b012 commit df77f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit df77f30

Please sign in to comment.