mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 11:57:44 +02:00
fix tooltip positioning
This commit is contained in:
@@ -39,7 +39,7 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
|
||||
|
||||
function addVoteHandler() {
|
||||
components.get('topic').on('mouseenter', '[data-pid] [component="post/vote-count"]', function() {
|
||||
loadDataAndCreateTooltip($(this));
|
||||
loadDataAndCreateTooltip($(this).parent());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user