Fix multiple tippy tooltips displayed in poll's table
This commit is contained in:
@@ -781,12 +781,14 @@ define([
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
//arrowType: 'round',
|
//arrowType: 'round',
|
||||||
|
dynamicTitle: true,
|
||||||
arrowTransform: 'scale(2)',
|
arrowTransform: 'scale(2)',
|
||||||
zIndex: 100000001
|
zIndex: 100000001
|
||||||
});
|
});
|
||||||
UI.addTooltips = function () {
|
UI.addTooltips = function () {
|
||||||
var MutationObserver = window.MutationObserver;
|
var MutationObserver = window.MutationObserver;
|
||||||
var addTippy = function (i, el) {
|
var addTippy = function (i, el) {
|
||||||
|
if (el._tippy) { return; }
|
||||||
if (el.nodeName === 'IFRAME') { return; }
|
if (el.nodeName === 'IFRAME') { return; }
|
||||||
var opts = {
|
var opts = {
|
||||||
distance: 15
|
distance: 15
|
||||||
|
|||||||
Reference in New Issue
Block a user