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
Hi I am using masnory with infinite scroll to load dynamic blocks, It seems that this filters are not applied to dynamic loaded blocks. can you help me to resolve this.
The text was updated successfully, but these errors were encountered:
With the initialization, the plugin cached the existing items that are in it. The plugin would need to implement an update method that can update the cache as soon as an item is removed or added.
One can see this well, if one in the browser editor simply delete an item after filtering it is suddenly there again because it is fetched from the array.
Hi I am using masnory with infinite scroll to load dynamic blocks, It seems that this filters are not applied to dynamic loaded blocks. can you help me to resolve this.
The text was updated successfully, but these errors were encountered: