Skip to main content
Gersi Rami
Participant
May 21, 2022
Question

Window.ScrollTo(0,0)

  • May 21, 2022
  • 0 replies
  • 176 views

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);

 

    This topic is closed to new replies. Start a new post to keep the conversation going.