mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This solves the issue with typeahead appearing in the middle of an already-completed typeahead word. Example: Earlier, '@ran|dom' would also trigger the typeahead and show 'random', but selecting it would turn it into '@**random** dom'. We still have a problem to solve of preventing typeahead from appearing on a space in the middle of an already-completed typeahead word, but that is its own independent bug.