microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
990 stars 207 forks source link

Update main.js #304

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Used a more efficient way to cache the scrollTop value.

Combined the addClass and removeClass calls into single toggleClass calls.

Added smooth scrolling functionality to anchor links.

Added comments to improve code readability.

Fixed a missing semicolon.