Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-12 12:22:03 +01:00
parent 983936dfca
commit 12719bdde6
1 changed files with 0 additions and 1 deletions

View File

@ -1505,7 +1505,6 @@ module.exports = (_ => {
text = typeof text == "function" ? text() : text;
if (typeof text != "string" && !BDFDB.ReactUtils.isValidElement(text) && !BDFDB.ObjectUtils.is(config.guild)) return null;
let id = BDFDB.NumberUtils.generateId(Tooltips);
let zIndexed = config.zIndex && typeof config.zIndex == "number";
let itemLayer = BDFDB.DOMUtils.create(`<div class="${BDFDB.disCNS.itemlayer + BDFDB.disCN.itemlayerdisabledpointerevents}"><div class="${BDFDB.disCN.tooltip}" tooltip-id="${id}"><div class="${BDFDB.disCN.tooltippointer}"></div><div class="${BDFDB.disCN.tooltipcontent}"></div></div></div>`);
itemLayerContainer.appendChild(itemLayer);