hotfix for emote menu

This commit is contained in:
Zack Rauen 2018-04-25 18:38:09 -04:00
parent 9ab8ac0060
commit 90800c1b80
2 changed files with 3 additions and 3 deletions

View File

@ -393,8 +393,8 @@ Core.prototype.initObserver = function () {
}
// Emoji Picker
if (node.classList.contains('popout') && !node.classList.contains('popout-left')) {
if (node.getElementsByClassName('emoji-picker').length || node.getElementsByClassName('emojiPicker-3g68GS').length) quickEmoteMenu.obsCallback(node);
if (node.classList.contains('popout-2RRwAO') && !node.classList.contains('popoutLeft-3EZ_zL')) {
if (node.getElementsByClassName('emojiPicker-3g68GS').length) quickEmoteMenu.obsCallback(node);
}
// onSwitch()

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long