• Kyle Keating's avatar
    Fix <SearchStatusBar> flicker (#2271) · eb8c3492
    Kyle Keating authored
    Don’t hide the component when `store.isLoading()` is true. This only causes a re-render of that component and momentarily removes it from the DOM. Its not actually invalid to show the filter buttons while loading because the filter is still being applied.
    eb8c3492
sidebar-content.js 5.26 KB