Changes between Initial Version and Version 1 of Ticket #62681, comment 5
- Timestamp:
- 12/13/2024 04:33:42 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62681, comment 5
initial v1 19 19 20 20 === Additional Notes 21 - When we deselect an applied filter or select another filterinstantly, this issue is reproduced because there is a condition, such as {{{section.loading}}} being true, in the {{{initializeNewQuery}}}, {{{filtersChecked}}}, and {{{loadThemes}}} functions. This indicates whether the theme section is fully loaded or not.21 - When we deselect an applied filter instantly, this issue is reproduced because there is a condition, such as {{{section.loading}}} being true, in the {{{initializeNewQuery}}}, {{{filtersChecked}}}, and {{{loadThemes}}} functions. This indicates whether the theme section is fully loaded or not. 22 22 23 23 - To address this, we could consider adding a loader when a filter is selected or deselected. However, this might frustrate end-users by making them wait to deselect a filter or select another option. If anyone has suggestions on how to handle this scenario more efficiently, please share your ideas.