### Which project does this relate to? Router ### Describe the bug The functionality of the resetScroll property of the Link component is reversed. When it is set to false, it resets to `0,0`. ### Your Example Website or App https://github.com/abeixiaolu/tanstack-admin ### Steps to Reproduce the Bug or Issue 1. Check if resetScroll in the code is false, and first scroll in the home for a while. 2. Click on "about", then click on "home" again, and you'll find that the home has been reset. 3. Set it to true, then repeat the above process, and the home scroll will not be reset. ### Expected behavior When set to true, it returns to the position (0,0). When set to false, it retains the scroll position. ### Screenshots or Videos https://github.com/user-attachments/assets/79c9712c-973c-4591-9a77-f2dcbcea6731 ### Platform <img width="413" height="444" alt="Image" src="https://github.com/user-attachments/assets/c24519d3-0af6-4d01-97ea-e7fb638cc4a4" /> ### Additional context _No response_