mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
left_sidebar: Remove export in deselect_top_left_corner_items.
It is safe to remove the export, because deselect_top_left_corner_items isn't called anywhere else outside the file.
This commit is contained in:
parent
afe3bcd6c5
commit
fbe7285af8
@ -76,7 +76,7 @@ function remove($elem) {
|
||||
$elem.removeClass("active-filter active-sub-filter");
|
||||
}
|
||||
|
||||
export function deselect_top_left_corner_items() {
|
||||
function deselect_top_left_corner_items() {
|
||||
remove($(".top_left_all_messages"));
|
||||
remove($(".top_left_starred_messages"));
|
||||
remove($(".top_left_mentions"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user