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:
evykassirer
2022-03-29 12:50:43 -07:00
committed by Tim Abbott
parent a434b0ef19
commit 1b24bfcc31
4 changed files with 27 additions and 9 deletions

View File

@@ -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() {