If your page-gallery block has a from clause that includes the page itself, then updateTiles is called endlessly. The debounce is still working, so it's about 10 times a second max, but still enough to cause nonresponsiveness on mobile devices. Need to figure out why a refresh is being triggered, and possibly automatically exclude the parent/containing page from the list of pages to be displayed.
If your page-gallery block has a
from
clause that includes the page itself, thenupdateTiles
is called endlessly. Thedebounce
is still working, so it's about 10 times a second max, but still enough to cause nonresponsiveness on mobile devices. Need to figure out why a refresh is being triggered, and possibly automatically exclude the parent/containing page from the list of pages to be displayed.