Skip to content

Instantly share code, notes, and snippets.

@MicahZoltu
Created July 15, 2022 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MicahZoltu/c27b09af48079e3b7fba4920db869b75 to your computer and use it in GitHub Desktop.
Save MicahZoltu/c27b09af48079e3b7fba4920db869b75 to your computer and use it in GitHub Desktop.
Fix Zoom Chat Box Focus bug
(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