mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
mark as read: Fix banner not closing when x is clicked.
Previously, the X in the mark-as-read banner did nothing.
This commit is contained in:
@@ -162,7 +162,7 @@ export function reset_ui_state() {
|
||||
narrow_banner.hide_empty_narrow_message();
|
||||
message_scroll.hide_top_of_narrow_notices();
|
||||
message_scroll.hide_indicators();
|
||||
unread_ui.hide_mark_as_read_turned_off_banner();
|
||||
unread_ui.reset_mark_as_read_turned_off_banner();
|
||||
}
|
||||
|
||||
export function handle_middle_pane_transition() {
|
||||
|
||||
Reference in New Issue
Block a user