mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This fixes an issue where the auto-complete dropdown doesn't reflect the changed stream in the message edit UI. We add an unlisten method to the typeahead library to support this reinitialization cleanly and in a way that can be readily reused in the future. Fixes #19874.