comment out busyloop workaround for tippyjs
This commit is contained in:
parent
ca65e6e54a
commit
64afcb7c0b
@ -674,7 +674,7 @@ define([
|
|||||||
};
|
};
|
||||||
// This is the robust solution to remove dangling tooltips
|
// This is the robust solution to remove dangling tooltips
|
||||||
// The mutation observer does not always find removed nodes.
|
// The mutation observer does not always find removed nodes.
|
||||||
setInterval(UI.clearTooltips, delay);
|
//setInterval(UI.clearTooltips, delay);
|
||||||
var checkRemoved = function (x) {
|
var checkRemoved = function (x) {
|
||||||
var out = false;
|
var out = false;
|
||||||
var xId = $(x).attr('aria-describedby');
|
var xId = $(x).attr('aria-describedby');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user