left_sidebar_navigation_area: Add a note to rewrite the logic.

This commit is contained in:
Aman Agrawal 2023-09-08 05:30:31 +00:00 committed by Tim Abbott
parent c47a18eb2b
commit f75a5483cf
1 changed files with 3 additions and 0 deletions

View File

@ -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");
}