mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
When switching from Private Messages narrow to All messages narrow, stream list max-height was not correctly updated. Stream list max-height was calculated before new height were updated by browser for All message narrow. Inshort: Stream list max-height was being updated before the browser could render height for `#global_filters`. Calling resize after narrow completes removes this issue.