Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compose box: Fix auto-complete not showing.
In ChatScreen.js, message list is being rendered after compose box. Auto-complete is implemented inside ComposeBox, so whenever the autocomplete is rendered the message list is being rendered above it thus hiding the autocomplete. This is fixed in this PR by rendering the MessageList before compose box. Fixes: zulip#4019
- Loading branch information