reenable emote menu

This commit is contained in:
Zack Rauen 2017-10-30 01:22:17 -04:00
parent 9a39c15abc
commit 37129c3702
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ Core.prototype.initObserver = function () {
if(mutation.target.querySelectorAll(".emoji-picker").length) {
var fc = mutation.target.firstChild;
if(fc.classList.contains("popout")) {
//quickEmoteMenu.obsCallback(fc);
quickEmoteMenu.obsCallback(fc);
}
}
if (typeof pluginModule !== "undefined") pluginModule.rawObserver(mutation);