- Issue created by @marieAscomedia
- Status changed to Needs review
over 1 year ago 11:02am 17 March 2023 - First commit to issue fork.
- @jurgenhaas opened merge request.
- π©πͺGermany jurgenhaas Gottmadingen
I have created an MR to propose an alternative solution.
- πΊπΎUruguay nando.fag
On my site I have a similar problem, I have a view that when I click to display an element it opens and closes several times. Checking, notice that the click event is added many times for each element. I think it could be solved using the core/once library of the drupal core to avoid the click event being added multiple times.
Maybe something like this can fix it:once('views_tree_collapsible', 'html', context).forEach(function (element) {
- Status changed to RTBC
6 months ago 9:11am 20 May 2024 - πΊπΈUnited States mortona2k Seattle
The MR looks like the right approach to me.