@marijn I want to navigate through (jump from one to another) the differences on click of the button (Next, Previous). this was possible in code mirror version 5 by executing the commands (goPrevDiff, goNextDiff). Now I have to do the same in Code mirror version 6. I couldn’t find anything related to this in the documentaion. Is it there in version 6? How can I achieve this?
There wasn’t, but @codemirror/merge 6.2.0 exports goToNextChunk
and goToPreviousChunk
commands.