Hi,
I'm trying to run some code once the slider for the related products is loaded, but there doesn't seem to be any event dispatched then.
I tried using "update.swift.productlist", but that event is dispatched before the slider fully loads. In the documentation, a "updated.swift.productlist" event is mentioned, but I don't see any reference to it in the code and when I try to add an event listener to that event, nothing fires.
Here's a quick repro of what I'm trying: https://www.screencast.com/t/eM2I8lgeCdI
I've looked at the sliders.js code and it doesn't seem like any event is being dispatched then either. So am I doing something wrong or do we not have a custom event for this? Would that be something we could add?
Thank you