Thomas Cujé
Thomas Cujé
https://github.com/jlblancoc/nanoflann looks promising, I'll give it a try...
Im using the following package for the project: ``` org.springframework.boot spring-boot-starter-thymeleaf ``` It's the only reference to thymeleaf I have in my pom.xml
I can confirm that replacing `TemplateEngine templateEngine = new TemplateEngine();` with `TemplateEngine templateEngine = new SpringTemplateEngine();` as suggested by @amanbhole worked for us, too. Much thanks!
Any news on this? 'content-scroll' is never fired in my case, only thing working is adding an event listener directly to the scroller, like: ".scroller.addEventListener('scroll', function (event) { console.log("triggering"); });"