Update MessageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2021-04-08 15:13:37 +02:00
parent ba21be3885
commit 5379c137ca
1 changed files with 0 additions and 4 deletions

View File

@ -108,10 +108,6 @@ module.exports = (_ => {
}
onStart () {
BDFDB.PatchUtils.patch(this, BDFDB.DevUtils.findByIndex(262).exports.default, "setMode", {after: e => {
console.log(e);
}});
BDFDB.ListenerUtils.add(this, document, "keydown", event => {
if (BDFDB.DOMUtils.getParent(BDFDB.dotCN.textareawrapchat, document.activeElement)) this.onKeyDown(event);
});