Renam event
This commit is contained in:
parent
5fd62c8050
commit
44f0effba5
|
@ -19,7 +19,7 @@ import TwitchEmotes from '../data/twitch_emotes.json';
|
||||||
export default class {
|
export default class {
|
||||||
|
|
||||||
static observe() {
|
static observe() {
|
||||||
Events.on('mutable:.markup', markup => {
|
Events.on('ui:mutable:.markup', markup => {
|
||||||
this.injectEmotes(markup);
|
this.injectEmotes(markup);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,7 +117,7 @@ export default class {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Events.emit('mutable:.markup', markup.clone);
|
Events.emit('ui:mutable:.markup', markup.clone);
|
||||||
|
|
||||||
if (reinject) return;
|
if (reinject) return;
|
||||||
new MutationObserver(() => {
|
new MutationObserver(() => {
|
||||||
|
|
Loading…
Reference in New Issue