compose_banner: clear_all shouldn't remove simplebar.

Simplebar introduces a bunch of intermediate divs, and we want to be
clearing the content element, not the entire container including the
simplebars divs.
This commit is contained in:
Tim Abbott 2023-05-10 15:55:02 -07:00
parent 407629b46c
commit 1514d651f4
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export function clear_unmute_topic_notifications(): void {
} }
export function clear_all(): void { export function clear_all(): void {
$(`#compose_banners`).empty(); scroll_util.get_content_element($(`#compose_banners`)).empty();
} }
export function show_error_message( export function show_error_message(