mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +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 {
|
export function close(): void {
|
||||||
zoomed = false;
|
zoomed = false;
|
||||||
clear();
|
clear();
|
||||||
|
ui_util.enable_left_sidebar_search();
|
||||||
}
|
}
|
||||||
|
|
||||||
export function zoom_out(): void {
|
export function zoom_out(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user