paretnode
This commit is contained in:
parent
19b31e2a3d
commit
f5ad2ab119
|
@ -189,7 +189,7 @@ EmoteModule.prototype.obsCallback = function(mutation) {
|
|||
var n = mutation.addedNodes[0];
|
||||
if(n.parentNode.tagName == "SPAN") {
|
||||
//Should be edit
|
||||
self.injectEmote(n);
|
||||
self.injectEmote(n.parentNode);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue