Fix multiple tooltips visible at once

This commit is contained in:
yflory 2025-06-23 15:42:51 +02:00
parent 87fa0b6ea6
commit 055f584d36

View File

@ -1256,6 +1256,10 @@ define([
arrow: true,
maxWidth: '200px',
flip: true,
onShow: () => {
// Hide other tooltips
$('body').find('.tippy-popper').hide();
},
popperOptions: {
modifiers: {
preventOverflow: { boundariesElement: 'window' }