topic_list: Enable left sidebar search when closing topic list.

(cherry picked from commit 81c7ebe2fc)
This commit is contained in:
Evy Kassirer
2025-08-14 15:36:28 -07:00
committed by Tim Abbott
parent 864d663fa6
commit 4423cdfc99

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 {