mirror of https://github.com/zulip/zulip.git
left_sidebar_navigation_area: Add a note to rewrite the logic.
This commit is contained in:
parent
c47a18eb2b
commit
f75a5483cf
|
@ -37,6 +37,9 @@ export function update_dom_with_unread_counts(counts, skip_animations) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Rewrite how we handle activation of narrows when doing the redesign.
|
||||
// We don't want to adjust class for all the buttons when switching narrows.
|
||||
|
||||
function remove($elem) {
|
||||
$elem.removeClass("active-filter active-sub-filter");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue