dropdown menus could leave ghosts in the cache
This commit is contained in:
parent
5319fe4359
commit
89110d38f5
|
@ -942,6 +942,7 @@ function rememberStreamStateInLocalStorage() {
|
|||
feed.find('.temp-post').remove();
|
||||
feed.children('.stream-item').removeClass('not-seen');
|
||||
feed.children('.stream-item').removeClass('selected-by-keyboard');
|
||||
feed.find('.dropdown-menu').remove();
|
||||
feed.find('.stream-item').removeClass('expanded').removeClass('next-expanded').removeClass('hidden').removeClass('collapsing').addClass('visible');
|
||||
feed.children('.stream-item').each(function() {
|
||||
cleanUpAfterCollapseQueet($(this));
|
||||
|
|
Loading…
Reference in New Issue
Block a user