comment out busyloop workaround for tippyjs

This commit is contained in:
ansuz 2018-03-09 10:12:12 +01:00
parent ca65e6e54a
commit 64afcb7c0b
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ define([
};
// This is the robust solution to remove dangling tooltips
// The mutation observer does not always find removed nodes.
setInterval(UI.clearTooltips, delay);
//setInterval(UI.clearTooltips, delay);
var checkRemoved = function (x) {
var out = false;
var xId = $(x).attr('aria-describedby');