Update EmojiStatistics.plugin.js
This commit is contained in:
parent
4fd7eea92c
commit
0342de0eb9
|
@ -2,7 +2,7 @@
|
|||
* @name EmojiStatistics
|
||||
* @author DevilBro
|
||||
* @authorId 278543574059057154
|
||||
* @version 3.0.2
|
||||
* @version 3.0.3
|
||||
* @description Shows you an Overview of Emojis and Emoji Servers
|
||||
* @invite Jx3TjNS
|
||||
* @donate https://www.paypal.me/MircoWittrien
|
||||
|
@ -114,7 +114,7 @@ module.exports = (_ => {
|
|||
|
||||
processEmojiPickerHeader (e) {
|
||||
this.loadEmojiList();
|
||||
e.returnvalue.props.children.splice(e.returnvalue.props.children.length - 2, 0, BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TooltipContainer, {
|
||||
e.returnvalue.props.children.props.children.splice(e.returnvalue.props.children.props.children.length - 2, 0, BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TooltipContainer, {
|
||||
text: this.labels.modal_header,
|
||||
children: BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Clickable, {
|
||||
className: BDFDB.disCN._emojistatisticsstatisticsbutton,
|
||||
|
|
Loading…
Reference in New Issue