You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to press metal and transition filter button like 4 times in 1 second and open the console, you can notice there's many events happen, then after try to press 1 filter and check the console, there's couple of event's even you press 1 filter only.
The text was updated successfully, but these errors were encountered:
Hi Dave, I'm also experiencing troubles with the arrangeComplete callback. In my setup, it fires unreliably, the first arrangements it never fires, then it fires 4-5 times in a row... Experiments with layoutComplete cause the same behavior.
I can confirm this @desandro . If I switch filters quickly within a second, arrangeComplete fires 15 times until it stops, even though .arrange() got called only 3 times. My current workaround is to lock filter changes until arrangeComplete callback release it again but thats not a very snappy workaround.
Test case: https://codepen.io/desandro/pen/pvXxRN?editors=0001
Try to press metal and transition filter button like 4 times in 1 second and open the console, you can notice there's many events happen, then after try to press 1 filter and check the console, there's couple of event's even you press 1 filter only.
The text was updated successfully, but these errors were encountered: