From 81c7ebe2fcbf9edc99c1f01ce32fa289be97d789 Mon Sep 17 00:00:00 2001 From: Evy Kassirer Date: Thu, 14 Aug 2025 15:36:28 -0700 Subject: [PATCH] topic_list: Enable left sidebar search when closing topic list. --- web/src/topic_list.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/topic_list.ts b/web/src/topic_list.ts index a99cba8f31..c20ed9587e 100644 --- a/web/src/topic_list.ts +++ b/web/src/topic_list.ts @@ -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 {