fix: remove tooltip on ajaxify

isekai-main
Barış Soner Uşaklı 3 years ago
parent 3e4d477e48
commit f728abda06

@ -180,6 +180,10 @@ define('forum/topic', [
}
let timeoutId = 0;
const postCache = {};
$(window).one('action:ajaxify.start', function () {
clearTimeout(timeoutId);
$('#post-tooltip').remove();
});
$('[component="topic"]').on('mouseenter', '[component="post"] a, [component="topic/event"] a', async function () {
const link = $(this);

Loading…
Cancel
Save