Hello,
I’m having an issue with the taphold grid event after calling a render method or updating a grid source.
When you initialize the grid and then register the touchstart, touchend, and taphold events, everything works as expected.
But if you call the render method or update the grid source (which I think subsequently calls the render method), the touchend event never fires again. After this, clicking the grid once fires the taphold event after a taphold delay.
How to prevent this behavior? Or how to update the grid source without calling the render method?
You can check this on a fiddle: https://jsfiddle.net/diman27/ymbsckqh/20/