You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. I have seen this bug too. Unfortunately that part of the code is still a big mess (see #1370) so it is difficult to debug it.
I am currently porting the codebase to TypeScript (#1457), which will allow for better reasoning about the code and less error-prone refactoring. Hopefully, we will be able to fix this during the cleanups that will follow.
2.20-8307769
115.0.2
115.0.5790.102
Steps to reproduce the problem
Expected behavior
Since there is no item to display according to the current filter and tag, the More button should not appear.
Actual behavior
The More button will appear. Clicking on the button does nothing. This behavior is not affected by the value of the
auto_stream_more
option.The text was updated successfully, but these errors were encountered: