comment out busyloop workaround for tippyjs
parent
ca65e6e54a
commit
64afcb7c0b
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue