Created
July 15, 2022 14:43
-
-
Save MicahZoltu/c27b09af48079e3b7fba4920db869b75 to your computer and use it in GitHub Desktop.
Fix Zoom Chat Box Focus bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { const chatBox = document.querySelector('#wc-container-right > div.participants-section-container > div.chat-container > div > textarea'); chatBox.onblur = chatBox.focus })() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment