Account created on 9 November 2022, over 1 year ago
#

Merge Requests

Recent comments

🇪🇸Spain IsabelSuarez

`window.scrollTo({ top: 0, behavior: 'smooth' });` is preferred because it adds a smooth and animated scroll, whereas `scrollTo(0, 1200);` simply scrolls instantly without a smooth effect. The former provides a more pleasant user experience.

Production build 0.69.0 2024