Fix wish options not selectable after filtering
This commit is contained in:
parent
832765e4a6
commit
cf7e32d90b
2 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,7 @@ $(function () {
|
|||
var html = response.results ? response.results : '';
|
||||
|
||||
$('.wishlist-cards').html(html);
|
||||
$('.ui.dropdown.options').dropdown();
|
||||
})
|
||||
.finally(() => {
|
||||
$(this).removeClass('disabled loading');
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue