mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Previously, if the user closes the settings modal by pressing the "Esc" key and if any date-pickers were open then they would remain on the screen. This commit fixes that and now date-pickers are closed when the settings modal is closed. Also added a puppeteer test to verify the said behavior. Fixes part of #25097.