Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defer clearing discussion list on discussion start
This prevents an edge case where `app.discussions` is considered empty while the new page is loading, and as a result, the side pane isn't set as "enabled". Then, if the pane has previously been pinned, when the page loads and the side pane appears, it covers up part of the discussion page. Fixes #2471
- Loading branch information