Trouble combining Element Click and Element Scroll

Hi guys!

Firstly, epic plugin, it's the best scraping tool I've used.

My only issue is trying to combine element click and element scroll to scape this website. I've created the sitemap as root > click > scroll > event wrapper > data but having trouble making the scroll work. If anyone can help that would AMAZING!

Thanks all! :metal:

Url: https://www.bandsintown.com/

Sitemap:
{"_id":"bandsintown_new","startUrl":["https://www.bandsintown.com/"],"selectors":[{"id":"event_wrapper","type":"SelectorElementScroll","parentSelectors":["view_all"],"selector":"div:nth-of-type(n+84)","multiple":true,"delay":2000},{"id":"view_all","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.-GsjxiNEo_N3LzPTWTZch","multiple":false,"delay":2000,"clickElementSelector":"div._1GJKpS2Si02su1xzPcw8uJ","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"title","type":"SelectorText","parentSelectors":["event_link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"date","type":"SelectorText","parentSelectors":["event_link"],"selector":"._1pJ33vJuFJKauIgYOkCleu div:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"time","type":"SelectorText","parentSelectors":["event_link"],"selector":"div._3kXAsJ0DPskjq42LFJzTpg","multiple":false,"regex":"","delay":0},{"id":"image","type":"SelectorImage","parentSelectors":["event_link"],"selector":"._3FxoLllHIYDsTLMcW1mAl8 img","multiple":false,"delay":0},{"id":"stream_link","type":"SelectorLink","parentSelectors":["event_link"],"selector":"a._3pDnyehMrLDxx4M3COJ0nI","multiple":false,"delay":0},{"id":"event_link","type":"SelectorLink","parentSelectors":["event_wrapper"],"selector":"div:nth-of-type(n+19) a._3UX9sLQPbNUbfbaigy35li","multiple":true,"delay":0}]}