Skip to content

Conversation

@romanresh
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 26, 2026 17:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the dxDiagram dialog manager where the FileReader.onload event handler was incorrectly referencing the wrong event object. The original code used e.target.result where e referred to the outer FileUploader's onValueChanged event parameter, when it should have been using the FileReader's onload event parameter.

Changes:

  • Added event parameter evt to the FileReader.onload handler and corrected the reference from e.target.result to evt.target.result

@romanresh romanresh merged commit 0856e83 into DevExpress:26_1 Jan 27, 2026
99 of 100 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants