mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Previously, once the user opens the "Set user status" UI, the focus isn't automatically set to the input bar. This is so because the input field isn't visible at the time when UI is loaded because of the bootstrap fade property which delays the event. Added a fix to trigger the focus event on input bar only when the modal is completely shown. Fixes #19417.
6.4 KiB
6.4 KiB