Open podenemus opened 2 years ago
I can't seem to reproduce this issue with the latest magento/theme version. If you still have this issue can you give me more info?
Can you make a short video clip of the problem?
This was a bug I encountered while developing this module, if you can't reproduce it at this time feel free to close this issue.
When clicking a new filter too soon after filtering, you jump to the top of the page, the new filter is not applied and there has been added a hash to the url. The click event for the filter functionality is not yet binded, resulting in this behaviour.
Possible solution: Wait until the click events are bound to the filter options to hide the loading overlay.