mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Previously, the focus event was triggering on a hidden dropdown input field, which caused it to not gain focus when clicked on dropdown button. This is so because focus events cannot be triggered to hidden elements or elements that aren't visible in DOM. Added a fix by explicilty triggering the focus event to dropdown input field only if the input field is visible in the DOM.
5.2 KiB
5.2 KiB