Update ShowEmojiServer.plugin.js

This commit is contained in:
Mirco Wittrien 2017-08-22 17:10:18 +02:00 committed by GitHub
parent 33b0ac6c7e
commit 86c8327632
1 changed files with 1 additions and 5 deletions

View File

@ -67,10 +67,6 @@ class ShowEmojiServer {
if($(elem).find('.emoji-item')){
this.hoverEmoji();
}
if($(elem).hasClass("tooltip")){
console.log(elem);
}
}
hoverEmoji () {
@ -111,4 +107,4 @@ class ShowEmojiServer {
getReactObject (node) {
return ((inst) => (inst._currentElement._owner._instance))(this.getReactInstance(node));
}
}
}