Update MessageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2019-09-27 09:53:53 +02:00
parent c37e26214a
commit 04763174d3
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class MessageUtilities {
getName () {return "MessageUtilities";}
getVersion () {return "1.5.5";}
getVersion () {return "1.5.6";}
getAuthor () {return "DevilBro";}
@ -145,7 +145,7 @@ class MessageUtilities {
})
BDFDB.addEventListener(this, document, "dblclick", BDFDB.dotCN.messagegroup + "> [aria-disabled]," + BDFDB.dotCN.messagegroup + "> * > [aria-disabled]," + BDFDB.dotCN.messagesystem, e => {
clearTimeout(clickTimeout);
this.onClick(e, 1, "onDblClick");
this.onClick(e, 1, BDFDB.pressedKeys, "onDblClick");
});
BDFDB.addEventListener(this, document, "keydown", BDFDB.dotCN.textareawrapchat, e => {
this.onKeyDown(e, e.which, BDFDB.pressedKeys, "onKeyDown");