You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using the Monaco Editor in a React application to view the differences between two XML files. While the diff view works well for highlighting changes, I am unable to collapse or expand the XML sections by tags, a feature that is available when viewing a single XML file in the Monaco Editor.
To Reproduce
Steps to reproduce the behavior:
Use diff view to compare two XML files
Use XML view to view the same file as the one in diff view
Code folding works for single file view, not for diff view
Describe the bug
I am using the Monaco Editor in a React application to view the differences between two XML files. While the diff view works well for highlighting changes, I am unable to collapse or expand the XML sections by tags, a feature that is available when viewing a single XML file in the Monaco Editor.
To Reproduce
Steps to reproduce the behavior:
Code snippet to reproduce the issue: https://codesandbox.io/p/sandbox/boring-mcnulty-k2jpph
The text was updated successfully, but these errors were encountered: