mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
Remove "More messages below" indicator
It's been very buggy for a while, has limited usefulness compared with unread counts, and profiling over the weekend indicates that it's very slow. (imported from commit 716fe47f2bbec1bd8a6e4d265ded5c64efe2ad5c)
This commit is contained in:
@@ -83,8 +83,6 @@ function show_box(tabname, focus_area, opts) {
|
||||
viewport.user_initiated_animate_scroll(cover+5);
|
||||
}
|
||||
|
||||
// Disable the notifications bar if it overlaps with the composebox
|
||||
notifications_bar.maybe_disable();
|
||||
}
|
||||
|
||||
function clear_invites() {
|
||||
@@ -105,7 +103,6 @@ function hide_box() {
|
||||
$('#stream-message').hide();
|
||||
$('#private-message').hide();
|
||||
$(".new_message_textarea").css("min-height", "");
|
||||
notifications_bar.enable();
|
||||
compose_fade.clear_compose();
|
||||
$('.message_comp').hide();
|
||||
$("#compose_controls").show();
|
||||
|
||||
Reference in New Issue
Block a user