mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Previously, there is a bug where the position of the typeahead is off whenever the user switches from stream typeahead to topic typeahead in the compose box. The typeahead header was not hidden before calculation of the position based on container height. These changes will include the header before calculating for the position.