Fix wish options not selectable after filtering

This commit is contained in:
grandeljay 2022-11-10 11:19:14 +01:00
parent 832765e4a6
commit cf7e32d90b
2 changed files with 7 additions and 0 deletions

View file

@ -42,6 +42,7 @@ $(function () {
var html = response.results ? response.results : '';
$('.wishlist-cards').html(html);
$('.ui.dropdown.options').dropdown();
})
.finally(() => {
$(this).removeClass('disabled loading');

View file

@ -113,6 +113,12 @@ $page->navigation();
echo __('Wishlist filter cut off on mobile');
?>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Wish options not selectable after filtering');
?>
</li>
</ul>
</div>