You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should add a check to see if the user is typing in a chatbox.
For example: I toggle one of my themes with "ShiftL + R" which can be problematic when typing.
You can see if the user is typing by getting "document.activeElement" to get the active element and check its nature.
The text was updated successfully, but these errors were encountered:
You should add a check to see if the user is typing in a chatbox.
For example: I toggle one of my themes with "ShiftL + R" which can be problematic when typing.
You can see if the user is typing by getting "document.activeElement" to get the active element and check its nature.
The text was updated successfully, but these errors were encountered: