Skip to content

Fix job offers scrolls

Ghost User requested to merge fix-job-offers-scrolls into master

Description: every time a user would click on job offer in 'content' section, the container would update and scroll to the very top.

Solution: modify existing event listener for scroll events to save the last scroll position in dataStore, and retrieve it in onupdate lifecycle method.

Edited by Sandro Lutz

Merge request reports