pull/1/head
yflory 2019-06-20 11:51:47 +02:00
parent 0a66224222
commit 457a04e39a
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ define([
// forever, this is a solution which just searches for tooltips which have no corrisponding element and removes
// them.
$('.tippy-popper').each(function (i, el) {
if (el._tippy && el._tippy.reference && document.body.contains(el._tippy.reference) {
if (el._tippy && el._tippy.reference && document.body.contains(el._tippy.reference)) {
el._tippy.destroy();
el.remove();
return;