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
Now the text diff editor only supports copying or typing. Adding drag-and-drop support will improve user experience by allowing users to directly drop files into the viewer.
Enable users to drag a file from their system and drop it onto the diff viewer area(left or right).
Automatically read the file contents and display them.
Support multiple text file types (e.g., .txt, .js, .json).
Provide clear error messages for unsupported file types.