This commit is contained in:
Mirco Wittrien 2020-02-11 12:58:16 +01:00
parent 133a72eea5
commit 76815c3c90
3 changed files with 508 additions and 506 deletions

View File

@ -4503,7 +4503,7 @@
DiscordClassModules.DisplayServersAsChannels = {
badge: "badge-fxFrUP",
name: "name-z5133D",
styled: "styled-DNHtg_"
styled: "styledGuildsAsChannels-DNHtg_"
};
DiscordClassModules.EmojiStatistics = {
statisticsButton: "statisticsButton-nW2KoM",
@ -8488,7 +8488,7 @@
child.props.onMouseEnter = (e, childthis) => {
if (!shown) {
shown = true;
BDFDB.TooltipUtils.create(e.currentTarget, this.props.text, Object.assign({}, this.props.tooltipConfig));
BDFDB.TooltipUtils.create(e.currentTarget, this.props.text, Object.assign({delay: this.props.delay}, this.props.tooltipConfig));
if (typeof this.props.onMouseEnter == "function") this.props.onMouseEnter(e, this);
if (typeof childMouseEnter == "function") childMouseEnter(e, childthis);
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff