Question
Window.ScrollTo(0,0)
I'm building an extension for After Effects that loads photos from an API. The problem is that after each search if the scroll is at the bottom, it stays there.
How can I make it go on top of the extension like in the browser with
window.scrollTo(0,0);
