Post filtering not working on slower devices
njelich opened this issue · 2 comments
njelich commented
The post filtering doesn't work right always. Still investigating. Seems to be losing the posts object before the loop is finished iterating through the elements.
njelich commented
Making progress on this. Rewrote the logic to use setTimeout - so the function reruns after the previous run finishes.