topic_list: Enable left sidebar search when closing topic list.

This commit is contained in:
Evy Kassirer
2025-08-14 15:36:28 -07:00
committed by Tim Abbott
parent e7735e21be
commit 81c7ebe2fc

View File

@@ -62,6 +62,7 @@ export function clear(): void {
export function close(): void {
zoomed = false;
clear();
ui_util.enable_left_sidebar_search();
}
export function zoom_out(): void {