diff --git a/mbchc-dev.user.js b/mbchc-dev.user.js index d6a04eb..b5e6154 100644 --- a/mbchc-dev.user.js +++ b/mbchc-dev.user.js @@ -649,7 +649,7 @@ var bcModSdk=function(){"use strict";const o="1.0.2";function e(o){alert("Mod ER }) window.MBCHC.sdk.hookFunction("DocumentKeyDown", 0, (nextargs, next) => { let [event] = nextargs - if ("InputChat" === document.activeElement.id) return(next(nextargs)) + if ("InputChat" === document.activeElement.id || "bce-message-input" === document.activeElement.id) return(next(nextargs)) if ("inline" === document.getElementById("InputChat")?.style.display) window.ElementFocus("InputChat") return(next(nextargs)) })