mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
topic_list: Enable left sidebar search when closing topic list.
(cherry picked from commit 81c7ebe2fc)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user