tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
188 stars 18 forks source link

Fix: Patterns not loading properly in Chrome #1233

Closed tomusborne closed 2 months ago

tomusborne commented 2 months ago

closes https://github.com/tomusborne/generateblocks-pro/issues/603

This removes the individual pattern lazy loading which seems to cause issues in Chrome.

This shouldn't be necessary anymore, as we have infinite scroll set up that only loads x patterns at a time.