{"version":3,"file":"infinite_scroll_controller-BscNahD8.js","sources":["../../../app/javascript/controllers/infinite_scroll_controller.js"],"sourcesContent":["import { Controller } from '@hotwired/stimulus'\nimport { Turbo } from '@hotwired/turbo-rails'\n\n// attaches an infinite-scroll listener on either a specific scrollable element or\n// the entire window(
)\n\n// if you want to attach the listener to the window, you can do this\n// data-infinite-scroll-attach-to-body-value=\"true\", then the listener will be attached on the window\n// rather than the element.\n\n// If you omit this option, the controller will attach the event listener-\n// on the element that has the declaration\n//