microsoft / XmlNotepad

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

Update XmlDiffHeader.html #309

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Modified the logic in the onNext() and onPrev() functions to handle the edge cases correctly and cycle back to the first/last anchor when reaching the end/beginning.

Removed the unnecessary check for current == -1 in the onPrev() function.

Corrected the tag syntax by converting the attribute values to lowercase.

Fixed the incorrect behavior of the "prev" button by adjusting the logic in the onPrev() function.