njelich/LinkOff

Post filtering not working on slower devices

njelich opened this issue · 2 comments

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.

Making progress on this. Rewrote the logic to use setTimeout - so the function reruns after the previous run finishes.

Fixed with 9dd0b96